I have a table (TableA) that I update certain records via it manually from a form (FormB).
Open FormA and enter a ticket# and click FIND.
FormB opens with certain fields preloaded from TableA. (All the fields on FormB come from TableA and the ones that are BLANK are suppose to be that way at this time.)
What I want to do is default current date into TableA.DateEnteredPaid and current user into TableA.EnteredPaidBy and "PAID" into TableA.Disposition and then update them when I save the record/exit FormB.
How would I do it? (Access newbie here)
Thanks in Advance!
T-Rex