R
requeth
Ok, here's what I have. I have a table called EFIO_Form1, which holds
all of my data. One field of this is called EFIOID. The data for this
field comes from a table called EFIO_TABLE. I then have a search box
that I can open, called Form1, with a field called EFIOIDSearch. My
goal is I enter a 6 digit number in this field, it runs a filter on the
EFIO_Form1 to get me to the correct record, then it will close the box.
I'm trying to set a macro to do this. As easy is this seems to me I'm
having an issue.
Macro:
OpenForm
Set to:
Form Name: EFIO_Form1
View: Form
Filter Name:
Where Condition:[EFIO_TABLE]![EFIOID]=[Forms]![Form1]![EFIOSearch]
I've tried several other options but this at least returns the first
record, instead of a blank new form to create a new record.
I'm in Access 2000, and I'd normally tackle this in code, but I'm not
sure exactly how in this situation, I tried but ended up causing some
wonderful errors. Any ideas?
Thanks,
RT Starid
all of my data. One field of this is called EFIOID. The data for this
field comes from a table called EFIO_TABLE. I then have a search box
that I can open, called Form1, with a field called EFIOIDSearch. My
goal is I enter a 6 digit number in this field, it runs a filter on the
EFIO_Form1 to get me to the correct record, then it will close the box.
I'm trying to set a macro to do this. As easy is this seems to me I'm
having an issue.
Macro:
OpenForm
Set to:
Form Name: EFIO_Form1
View: Form
Filter Name:
Where Condition:[EFIO_TABLE]![EFIOID]=[Forms]![Form1]![EFIOSearch]
I've tried several other options but this at least returns the first
record, instead of a blank new form to create a new record.
I'm in Access 2000, and I'd normally tackle this in code, but I'm not
sure exactly how in this situation, I tried but ended up causing some
wonderful errors. Any ideas?
Thanks,
RT Starid