Subform Previous Field Values

T

Telobamipada

I have been reviewing some of the posts relevent to pulling the previous
value of specific fields.
I have a main form which stores client information to Table1. I also have a
subform which stores records for that client in Table2.
When I add a new record for a specific "Client" I want to pull previous
field values for specific fields stored in Table2 for that client.

I like this code when used in the AfterUpdate Event but it will pull the
last entries to Table2 without regard to the Client.

Me![My Field].DefaultValue = """" & Me![My Field] & """"

Can anyone help please?
 

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

Top