G
Guest
I have a form that contains several combo boxes and a listbox. The listbox
is populated by a query that counts the number of entries in a table and
works fine. This number (ID number)is in turn used as an identifier for a
log of records. After all the fields are completed, I would like the user to
click a submit button (which runs my macro) that will append the info to a
table.
My problem is, in order for the ID number to be transfered using my append
query, it must be clicked on (black highlighted). Is there a way for my
macro to go in and "select" (ie. Highlight) the ID number (contained in a
listbox)? I have tried the select object action, but haven't had much luck.
Thx.
~Ryan
is populated by a query that counts the number of entries in a table and
works fine. This number (ID number)is in turn used as an identifier for a
log of records. After all the fields are completed, I would like the user to
click a submit button (which runs my macro) that will append the info to a
table.
My problem is, in order for the ID number to be transfered using my append
query, it must be clicked on (black highlighted). Is there a way for my
macro to go in and "select" (ie. Highlight) the ID number (contained in a
listbox)? I have tried the select object action, but haven't had much luck.
Thx.
~Ryan