Auto Fill?

G

Guest

I have a form with a subform that is based off two differnet tables.
What my problem is in the sub form I would like for the user to enter the
Key # and it auto fill the other 4 fields based on the Key# that was entered,
it would pull this data from tblKeydata.
 
O

OldPro

I have a form with a subform that is based off two differnet tables.
What my problem is in the sub form I would like for the user to enter the
Key # and it auto fill the other 4 fields based on the Key# that was entered,
it would pull this data from tblKeydata.

This is tricky. It would probably be easier to do using VBA than
traditional Access commands. You could try adding code to the
AfterUpdate event that would make a clone of the recordset and add the
information to the appropriate record in the recordsetclone.
 

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

Similar Threads

Auto Filling fields in form 7
Auto Fill info 2
Refresh 3
auto fill form based on combo-box selection 10
Best practice... 4
Auto fill record with macro 1
Problems adding new record from form / subform 6
Auto fill 1

Top