B
Bongard
Hi, I have a form that has a few criteria to be passed to my query
"qry_EditMVCF". My goal is to allow the user to type in criteria to
the fields into the form header - click a button and have the query
result displayed in the detail of the form. The reason for displaying
the records in a form is that I need to be able to track who makes
what changes to the table and if I have the users entering data in a
form I can append their userID to any records that they modify.
The fields of my query are [Source] [Node] [EffDate] [RecType]
[Amount] [UserID]
I have filters on the form header labeled [SourceF] [NodeF] [EffDateF]
[RecTypeF] [AmountF] & [UserIDF]
Would I use VB to create the SQL and pass it to the detail once the
user clicks on the button to run the query or what would be the
easiest way to do this? I have been trying for awhile and can't seem
to get it figured out. I have also contemplated creating a subform or
possibly even having a second form open when the button is pushed.
Thanks a lot for your help!
Brian
"qry_EditMVCF". My goal is to allow the user to type in criteria to
the fields into the form header - click a button and have the query
result displayed in the detail of the form. The reason for displaying
the records in a form is that I need to be able to track who makes
what changes to the table and if I have the users entering data in a
form I can append their userID to any records that they modify.
The fields of my query are [Source] [Node] [EffDate] [RecType]
[Amount] [UserID]
I have filters on the form header labeled [SourceF] [NodeF] [EffDateF]
[RecTypeF] [AmountF] & [UserIDF]
Would I use VB to create the SQL and pass it to the detail once the
user clicks on the button to run the query or what would be the
easiest way to do this? I have been trying for awhile and can't seem
to get it figured out. I have also contemplated creating a subform or
possibly even having a second form open when the button is pushed.
Thanks a lot for your help!
Brian