A Agent_J Registered User. Local time Today, 18:04 Joined Mar 28, 2004 Messages 20 Mar 28, 2004 #1 Does anyone know what would cause this error and how to fix it ? I'm trying to use a form that can insert text in multiple tables Last edited: Mar 28, 2004
Does anyone know what would cause this error and how to fix it ? I'm trying to use a form that can insert text in multiple tables
o1110010 Registered User. Local time Today, 17:04 Joined Mar 6, 2004 Messages 182 Mar 28, 2004 #2 Agent_J said: Does anyone know what would cause this error and how to fix it ? I'm trying to use a form that can insert text in multiple tables Click to expand... You're getting the error because the form looks into it's record source and can't find a relevant field to put the data. To put data into multiple tables, you may have to use VBA but maybe there is a different way to go about doing it. Anyone?
Agent_J said: Does anyone know what would cause this error and how to fix it ? I'm trying to use a form that can insert text in multiple tables Click to expand... You're getting the error because the form looks into it's record source and can't find a relevant field to put the data. To put data into multiple tables, you may have to use VBA but maybe there is a different way to go about doing it. Anyone?