G
Guest
Hi,
I'm basing a form on the Northwind example. I created a combo box to select
the FamilyID from the TblFamilyInfo.
When the user selects a family name, I wish the other information to be
automatically displayed on the form (such as phone number). I looked at the
code and see:
Me!ShipName = Me![CustomerID].column(1)
Me!ShipAddress = Me!Address
etc.
I would like to use the same idea:
Me!PhoneNumber = Me!, etc.
I have looked in the Help file and can't understand what Me! does. Also,
why the [fieldID].Column(x) on the first line of code?
A quick translation into plain English would be extremely appreciated!
I'm basing a form on the Northwind example. I created a combo box to select
the FamilyID from the TblFamilyInfo.
When the user selects a family name, I wish the other information to be
automatically displayed on the form (such as phone number). I looked at the
code and see:
Me!ShipName = Me![CustomerID].column(1)
Me!ShipAddress = Me!Address
etc.
I would like to use the same idea:
Me!PhoneNumber = Me!, etc.
I have looked in the Help file and can't understand what Me! does. Also,
why the [fieldID].Column(x) on the first line of code?
A quick translation into plain English would be extremely appreciated!