Hi,
It has been a very, very long time since I have used MS Access. I am building a small database and form for a friend and now can't seem to remember how to do things.
I have two tables - CLIENT and SESSION
CLIENT has client_id plus name, address, phone, etc.
SESSION has session_id, client_id, session_date, price
I have a one-to-many join between client and session.
This application will have several forms and one of them is for entering any time a client came in for a session and how much they paid. On this screen or form I want to display the client's name (rather than the ID of course) and let the user input the date and price paid. For some reason I cannot remember how to do this.
Would I create a query with the fields I want and make it an update query? If someone could point me in the right direction I would very much appreciate it.
Thank you,
tx_developer