Hi
I need to create a query that will allow me to take the last record inputted from a table and to present it in a text box on another form.. so far i have...
SELECT LAST(Your_Applicant_ID) AS [expression]
FROM tblApplicant
but im stuck...real stuck
can anyone help?
DaBigPolska