fraser_lindsay
Access wannabe
- Local time
- Today, 19:25
- Joined
- Sep 7, 2005
- Messages
- 218
Hi, I followed this guide: http://support.microsoft.com/kb/304428 to create a query by form example.
I created a search form with unbound controls (frmJSASearch).
I created a query with all of my fields (qryQBF_JSA) and used criteria as defined in the article above for the search fields on my form above.
I created a macro to run the query from a command button.
It works and returns the reuslt in the query datasheet.
What I'm struggling with is returning the result in one of main forms, frmJSA. I want to see the particular 'JSA' I have searched for using my QBF in my main JSA form.
I've been messing with the macro but can't quite get it to do what I want.
Can anyone help please?
I created a search form with unbound controls (frmJSASearch).
I created a query with all of my fields (qryQBF_JSA) and used criteria as defined in the article above for the search fields on my form above.
I created a macro to run the query from a command button.
It works and returns the reuslt in the query datasheet.
What I'm struggling with is returning the result in one of main forms, frmJSA. I want to see the particular 'JSA' I have searched for using my QBF in my main JSA form.
I've been messing with the macro but can't quite get it to do what I want.
Can anyone help please?