S
Secret Squirrel
I'm getting a run-time error '2424', The expression you entered has a field,
control, or property name that Test Database can't find.
I get this error when I try to delete a record via my form. I debug the
error and it goes to some VB code that I have on a combo box. The combo box
has two values to choose from "Yes" & "No". This is what the code is on my
combo box:
If Me.ShippingName = "Yes" Then
Me.ShipToName = Me.Customer
Else
End If
Anyone have any idea why I'm getting this error when I try to delete a
record? All the control names and record source names are spelled correctly.
I've tried compacting and repairing the db as well as verifying that all the
references are being used. But still can't get it to work. When I shut that
code off then it works fine. Any ideas?
control, or property name that Test Database can't find.
I get this error when I try to delete a record via my form. I debug the
error and it goes to some VB code that I have on a combo box. The combo box
has two values to choose from "Yes" & "No". This is what the code is on my
combo box:
If Me.ShippingName = "Yes" Then
Me.ShipToName = Me.Customer
Else
End If
Anyone have any idea why I'm getting this error when I try to delete a
record? All the control names and record source names are spelled correctly.
I've tried compacting and repairing the db as well as verifying that all the
references are being used. But still can't get it to work. When I shut that
code off then it works fine. Any ideas?