I have an "RFI" and a "SUBMITTAL" form. Both of them have "TO" combo boxes connected to the "Contacts" table as a look-up field. On the "RFI" form, I made the "TO" combo box, added all of the fields from the "Contacts" table that I needed for the form so the Control Source is To and the Row Source is SELECT [CONTACTS].[ID], [CONTACTS].[L_NAME], [CONTACTS].[STREET_ADDRESS] FROM CONTACTS; I ended up with 7 columns, set the Column Count to 7, Column widths to 0" except for the [L_NAME] which I set to one. Then I made text boxes for the other information I needed and made the Control Source =[TO].[Column](2) or whichever column I wanted to appear. It worked just great.
I copied everything over exactly to the "SUBMITTAL" form and it isn't working. It has the same everything in all of the tables and forms. I can see my "TO" combo box names, but the text boxes do not auto-populate like they do on the "RFI" form. Is there soemthing I'm missing? All of the information in the corresponding tables and fields looks exactly the same. Help!
Thanks
I copied everything over exactly to the "SUBMITTAL" form and it isn't working. It has the same everything in all of the tables and forms. I can see my "TO" combo box names, but the text boxes do not auto-populate like they do on the "RFI" form. Is there soemthing I'm missing? All of the information in the corresponding tables and fields looks exactly the same. Help!
Thanks