User ID

G

Guest

Hello,

I have an Auction database the works fine except I am trying to simplify one
process. I have it set up so when a user clicks the current bidder button,
their Auction user ID apears. I have some If....Then statements to change
their log in ID to whatever user ID they selected. However, there are 80
people in this department and that's a lot of If...Thens. Is there a way to
create a table with two columns one for acutual ID and one for Auction ID and
when they click the button, somehow a piece of code will read the log in ID
from the network and show their auction ID in the form field?

Thanks!!!
 
G

Guest

Yes, just create a table. You answered the question yourself. Check out the
DLookup function in Access help.

-Dorian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Table to feed form instead of lenghty code? 4
Form Coding Issue, Help Please 2
Change User ID 3
SUMIF Help 4
USER ID 1
Search/Lookup and Place 2
Run a query based on user input to a text box 4
Printing 4

Top