Populate Form and Table with Related Fields

K

Kevin Sullivan

I have a table named tblData. It has fields [Client] and [State] in
it.
I have a table named tblStates. It has fields [S_Client] and
[S_State].
I have a data entry form named frmDataEntry. The form's source is
tblData now.

When a user pulls up the form, enters a [Client] and tabs out I want
[State] to populate on the form with the value from
tblStates.[S_State].
I also would like the tblData to store the [S_State] value in the
[State] field.

Any help would be appreciated. :^) !!

Thanks,

Kevin
 

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

Creating Forms 0
Split form 0
Is this possible? 0
How do I clear a form? 0
Copy previous record into form field 0
Cascade queries 7
Access 2010 DB not fuctional with multiple users 2
Filter by Form 0

Top