W
Winger
I need to amend a query but when I do it becomes un-updateable, so need to
find a solution whereby I can update and add new records etc.
The issue is as follows:-
I have a frmWorkShops which lists the main details of each event, and a
sbfrmAttendees which has details of the people booked onto each Workshop.
A command button on sbfrmAttendees takes the ID of a person from a combo
box, and creates a new record on sbfrmAttendees.
This worked fine until I tried to change it.
I would like sbfrmAttendees to show more information about the person based
on their details in tblPeople.
tblAttendees can be linked to tblPeople by the person ID. But when I change
the record source for sbfrmAttendees from a single table select query (from
tblAttendees) to a two table query tblAttendees and tblPeople - my comand
button dosen't work because the query can't be updated.
I'm not sure how I tackle this - any pointers of what I'm doing wrong
gratefully received.
Many thanks
Winger
find a solution whereby I can update and add new records etc.
The issue is as follows:-
I have a frmWorkShops which lists the main details of each event, and a
sbfrmAttendees which has details of the people booked onto each Workshop.
A command button on sbfrmAttendees takes the ID of a person from a combo
box, and creates a new record on sbfrmAttendees.
This worked fine until I tried to change it.
I would like sbfrmAttendees to show more information about the person based
on their details in tblPeople.
tblAttendees can be linked to tblPeople by the person ID. But when I change
the record source for sbfrmAttendees from a single table select query (from
tblAttendees) to a two table query tblAttendees and tblPeople - my comand
button dosen't work because the query can't be updated.
I'm not sure how I tackle this - any pointers of what I'm doing wrong
gratefully received.
Many thanks
Winger