View Full Version : Can't enter data into blank field on "one" side of outer join


kkulick
07-27-2000, 05:32 AM
I have two tables. They are linked by one field. I would like to use a form to enter data records. The problem is that I have fields from both tables, and I can only enter data into the fields that come from one of the tables. For example, there's a job description in both tables. However, I would like to enter data in one of the tables in the job descr. field without entering it in the other table. When I try to do this it tells me, "Can't enter value into blank field on "one" side of outer join. Is there any way to get around this.

Carol
07-27-2000, 10:10 AM
Go into both your query and your form's properties and set both the Recordset Types to Dynaset (Inconsistent Updates)

Good luck

kkulick
07-31-2000, 05:43 AM
Carol,
Thanks for your suggestion. It worked. I was unaware of that property.

ajm
11-10-2006, 06:56 AM
Hi
I've come across the same problem.
I changed the recordset type on the form, and it now allows me to enter something into the box. However i am getting a box saying . .
"The text you have entered isn't an item in the list".
The data source for the combo box is indeed a list of DISTINCT items from the same table.

Any clues ??

thanks
ajm

ajm
11-10-2006, 07:39 AM
Set Limit To List" = "No"

Thanks anyway.

ajm

rpeteg
05-14-2012, 06:32 AM
This works extremely well for Access 2010 too! Major Kudos to Carol (wherever you are!) for posting this solution over 10 years ago ; )

rpeteg