I need to populate data into a form in Access from a param query.
when user clicks on a button ->
run param query ->
user enter an ID ->
find the record from that query ->
populate the ID and name of the found record into the form fields
I don't know much about the VB code. How do I write such code? Or is there a way to do in Macro?
Please help!! Thanks
when user clicks on a button ->
run param query ->
user enter an ID ->
find the record from that query ->
populate the ID and name of the found record into the form fields
I don't know much about the VB code. How do I write such code? Or is there a way to do in Macro?
Please help!! Thanks