Hi Folks,
I have one form that 'currently' is populated by 1 query. It is an update form. i need my drop downs in the form to pull all the records from the corresponding tables, so that a complete list may be choosen-from to update the record.
Is it possible for me to use more than 1 query in the form's properties -Data:Recordsour ce ? I was hoping for an entry like: 'qry1;qry2', but no luck.
It appears that I may need to remove the qry I have tied to the form and individually assign qry's to the fields? or use subforms inside of the form? -I have not used subforms. What is the access-best-practice solution to this?
I guess I could assign qry's field by field and write an update routine on the before_update event.
Any input would be very helpful, thanks in advance for anything you can offer.
Regrads,
DE
I have one form that 'currently' is populated by 1 query. It is an update form. i need my drop downs in the form to pull all the records from the corresponding tables, so that a complete list may be choosen-from to update the record.
Is it possible for me to use more than 1 query in the form's properties -Data:Recordsour ce ? I was hoping for an entry like: 'qry1;qry2', but no luck.
It appears that I may need to remove the qry I have tied to the form and individually assign qry's to the fields? or use subforms inside of the form? -I have not used subforms. What is the access-best-practice solution to this?
I guess I could assign qry's field by field and write an update routine on the before_update event.
Any input would be very helpful, thanks in advance for anything you can offer.
Regrads,
DE
Comment