Form Questions

1

about vb 6.0
how can you use the inputs in form 1 to the other forms? like for an example, you made a student’s grading system and you want to see the average and remarks of the grades that you have input in that form to the other what will be the code by then?

Answer Question   |  February 28, 2012  2:16 PM
Coding, Form, Input, use
asked by:
5 pts.

Access 2003 IIF Function?
I have a form and a subform relating to vehicles. The subform has starting mileage, ending mileage and the purpose of the vehicle’s use, one of which is oil change. I would like a text box on the main form to show the next oil change mileage which should be 4500 miles from the ending [...]

Answer Question   |  March 11, 2011  2:45 PM
Access 2003, Access 2003 forms, Form, IIF, Subform
asked by:
25 pts.

Can a command button macro run a make-table query with an auto-inputted parameter value?
I want to run a make-table query with a parameter, using a command button click event on a form showing a single record. The parameter value needs to be inputted automatically using the value of a control in the current record of the same form. Can this be done with a macro event? If so, [...]

Answer Question   |  July 28, 2009  11:46 AM
append, Control, Form, make-table, parameter, Query, run, SQL, value, where
asked by:
5 pts.

multi instances of the form and subform
in order to create 40 different forms for my application, i created one form with subform with possibility to open many instances of it. However, the total in the subform isnt working in instances of the form but only on the original form. How to make the total on the subform work on every instances [...]

Answer Question   |  May 11, 2009  5:53 PM
Form, Subform
asked by:
70 pts.

linking report to form by macro
I have a report that various info including name is pulled off of a form. i want to be able to click on the name in the report and have it bring up that particular record in the form. i can click on the name and it brings up the first record, but i want [...]

Answer Question   |  April 20, 2009  8:21 AM
Access, Form, macro, Microsoft Access
asked by:
5 pts.

How to access and use subform data/calculations
Access 2007 Database; Employee Info; Form:Sick Days Docking/Pay. I created a form with a subform that keeps track of Employee sick days. It transfers totals from the subform onto the main form…Then the main form does a couple calculations on those amounts…But I need to access that information in a report for each employee. Reports [...]

Answer Question   |  July 29, 2008  1:23 PM
Access 2007, Calculations, Database programming, Form, Microsoft Access, Parameters, Reports, Subform, Variable fields
asked by:
85 pts.

1