Hello
I am having a problem with an append query. I want my database to create a single new record in a table using values from another. I guess an append query is used for this.
I have this so far:
INSERT INTO jun_waitingevent ( waitinglistevent_ID, offdate, waitinglistIDFK, patientIDFK )...