Autofill Problem (1 Viewer)

Vassago

Former Staff Turned AWF Retiree
Local time
Today, 13:31
Joined
Dec 26, 2002
Messages
4,751
I am having a problem and I am tearing my hair out because I need it fixed today...

I have a form with a subform. WHen a field is chosen from a combo box on the form, it autofills some fields on the subform. This works fine. However, after choosing a second person from the combo box, I get an error. I can't figure out what is causing the error because I'm not touching the field (as far as I know) that is causing the error. If anyone can please have a look at my sample and help me out.

Thanks so much!!!!!:D

Vassago
 

Attachments

  • sample.zip
    15.9 KB · Views: 92

WayneRyan

AWF VIP
Local time
Today, 18:31
Joined
Nov 19, 2002
Messages
7,122
Hi Vassago,

It thinks that you are trying to add a new record ... and the
DOH is a required field.

It doesn't have to be a subform, just requery the main form
after the combo-box is updated.

Or make it an unbound subform and move the values to it.

Or make a bound subform and requery it based on the combo.

see ya,
Wayne
 

Vassago

Former Staff Turned AWF Retiree
Local time
Today, 13:31
Joined
Dec 26, 2002
Messages
4,751
Wow, I didn't even see that it was bound there...I didn't create this, someone brought it to me to add the autofill feature...

Thanks a lot!:D

Vassago
 

Users who are viewing this thread

Top Bottom