J
Jery J.
Good Morning, First i'd like to thank everyone out there helping all those
people like myself who are just working hard on trying to learn. We couldn't
do it with out you, I know i couldn't!!
I am trying to create a form that has a search function. I tried some other
suggestions i've had but they only used the search function within Access
itself not the form. I need it to search for the record by a unique
identifier CLM_NBR. The user would enter in the Claim number in a
field(txtIdFind), click the search command button(cmdFind), the record would
be pulled up and then they could add more data to the record.
I've created an unbound text box(txtIdFind), a Command button(cmdFind) but i
don't know how to put everything together to have it pull up\display already
existing information from specific fields from the records. Those fields
which are all in the same table(EXET Case Review Data) are:
CLMNT_SSN
CLMNT_FRST_NME
CLMNT_MID_NME
CLMNT_LAST_NME
CLMNT_AGE
CLMNT_DTE_OF_INJR
CLM_EX_NAME
DTE_OF_INT_REV
And then the user would add additional information into that record from the
other fields provided. The above mention fields do not have to be editable
they can just be displayed, so that doesn't matter since that data is locked
down. i just need the user to be able to pull up the record and then input
some comments into that record. Thank again for the help.
people like myself who are just working hard on trying to learn. We couldn't
do it with out you, I know i couldn't!!
I am trying to create a form that has a search function. I tried some other
suggestions i've had but they only used the search function within Access
itself not the form. I need it to search for the record by a unique
identifier CLM_NBR. The user would enter in the Claim number in a
field(txtIdFind), click the search command button(cmdFind), the record would
be pulled up and then they could add more data to the record.
I've created an unbound text box(txtIdFind), a Command button(cmdFind) but i
don't know how to put everything together to have it pull up\display already
existing information from specific fields from the records. Those fields
which are all in the same table(EXET Case Review Data) are:
CLMNT_SSN
CLMNT_FRST_NME
CLMNT_MID_NME
CLMNT_LAST_NME
CLMNT_AGE
CLMNT_DTE_OF_INJR
CLM_EX_NAME
DTE_OF_INT_REV
And then the user would add additional information into that record from the
other fields provided. The above mention fields do not have to be editable
they can just be displayed, so that doesn't matter since that data is locked
down. i just need the user to be able to pull up the record and then input
some comments into that record. Thank again for the help.