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?
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?