FindRecord

  • Thread starter Thread starter JenK
  • Start date Start date
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?
 
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
 
Back
Top