Populating a combo box in a sub-form

essence

Registered User.
Local time
Today, 07:53
Joined
Nov 20, 2006
Messages
21
Good day,

I have a main form with project data and a sub form that has related financial information. Once the user selects a particular project from the ProjectType drop down box, a field called Project Codes in the subform should be populated with only project codes for that particular Project Type.

Can someone assist?

Thanks
 
is the subform based on a new table or the same table as the main form ??
 
create a query using the mainform information and after the selection run the query based on what is selected in the combobox
 
use rainmans solution
after update do append into new table

g
 

Users who are viewing this thread

Back
Top Bottom