J
Jim Jones
Hi,
I have a subform "Service".
I need to create a new table: Details and it's subsequent pop up
form.
I can't make a subform for what I want to do because I have no room.
Whenever I create a new service ticket, from now on, I'll need to
open the "Details"
form to list the details of service.
I finally got the field to match the pop up form, with the following
syntax which works perfectly,
=[Forms]![CustomerData]![CustomerCarData]![Service].[Form]![ServiceTicket]
but when I go to update the record, I get
the following:
You can't add or change a record because a related record is
required in table "Service"
which is total nonsense, because the record with that
service ticket number IS RIGHT THERE, in the Service subform from
where I'm getting
it in the first place !
If this isn't an Access bug, I'd like to know how to do what I need
to,
which is update the rest of the record, and save the record
to the Details table, which IS the "many side" of the service ticket
number.
Can anyone help?
Thanks,
Jim
I have a subform "Service".
I need to create a new table: Details and it's subsequent pop up
form.
I can't make a subform for what I want to do because I have no room.
Whenever I create a new service ticket, from now on, I'll need to
open the "Details"
form to list the details of service.
I finally got the field to match the pop up form, with the following
syntax which works perfectly,
=[Forms]![CustomerData]![CustomerCarData]![Service].[Form]![ServiceTicket]
but when I go to update the record, I get
the following:
You can't add or change a record because a related record is
required in table "Service"
which is total nonsense, because the record with that
service ticket number IS RIGHT THERE, in the Service subform from
where I'm getting
it in the first place !
If this isn't an Access bug, I'd like to know how to do what I need
to,
which is update the rest of the record, and save the record
to the Details table, which IS the "many side" of the service ticket
number.
Can anyone help?
Thanks,
Jim