FindRecord

J

JenK

I would like to use a macro to run a find command but I can't get it to work.
I want it to bring up a pop up in which I type the item I am looking for
(more or less like the find command button) can anyone help me with the
proper coding of this?
 
J

JenK

Yeah, I found that, the problem I have with it is that I have to have the
perameter set in the macro, I want to be able to type the value I am looking
for when I hit the find button.
I currently have the find macro set as such:
GoToControl: TrackingNum
FindRecord: Find What: *Blank* Not sure what to put in here
Match: Any Part of Field
Search: All
Search as Formatted: No
Only Current Field: Yes
Find First: Yes
 
B

bhicks11 via AccessMonster.com

Gotcha. How about: Put a command button on your form, follow the wizard and
select "Record Navigation" and "Find Record", etc. This will pop up the Find
Command from the command button.

Bonnie
http://www.dataplus-svc.com
Yeah, I found that, the problem I have with it is that I have to have the
perameter set in the macro, I want to be able to type the value I am looking
for when I hit the find button.
I currently have the find macro set as such:
GoToControl: TrackingNum
FindRecord: Find What: *Blank* Not sure what to put in here
Match: Any Part of Field
Search: All
Search as Formatted: No
Only Current Field: Yes
Find First: Yes

There's a command in the macro designer "FindRecord." It's pretty much self
explanatory.
[quoted text clipped - 6 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top