Hi Guys,
Bit of a problem here I am trying to add a method of viewing/adding/editing info on a form.
tables
tblstudent
studentid
tblrooms
roomid
roomNumber
Block
tblScheduleDetails
ScheduleID
Studentid
Roomid
Dates
Now my main form is based on a query of tblstudents & tblScheduleDetails,
I currently have a subform showing Room no, block, and schedule details.
I have a query which shows me the info fine, however I want to be able to input via this method.
How would I go about this?
thanks
James
Bit of a problem here I am trying to add a method of viewing/adding/editing info on a form.
tables
tblstudent
studentid
tblrooms
roomid
roomNumber
Block
tblScheduleDetails
ScheduleID
Studentid
Roomid
Dates
Now my main form is based on a query of tblstudents & tblScheduleDetails,
I currently have a subform showing Room no, block, and schedule details.
I have a query which shows me the info fine, however I want to be able to input via this method.
How would I go about this?
thanks
James