A little background info,
I am creating a Incident Log for an organization that deals with troubled child.
This log is a continuation of work already in place that tracks numerous aspects of the childs treatment. All database tables are stored on Server2003, MySQL then linked to the Access front end via MySQL ODBC 3.51.
Problem: Their is a need during data entry, to use a list box that will multi select staff members involved in the specific incident with a child on that given day. The form data is shared between these tables right now......
tbincident_log
incidentlog_id (index & PK)
child_id (FK one to one relationship with numerous other tables)
Stamp (datetime)
Staff (var shouldn't be here but is... )
Starttime (time)
StopTime (time)
Reasons ( memo)
restraint_codes (var) comb box on form populated via query no problems
tbStaff (used to populate list box via query with no problems)
staff_id (index & PK)
staff_name (var)
tbincident
incident_id (index & PK)
staff_id (int & FK)
so that's about it. I know, I need a one to many relationship and some vb on a command button to insert selections and to return results during review of the files probably back to the multi select box as a color red . Also that this selection data needs to be in tables for normalization. My last brain cell crashed last night and with reading all day today it's not coming to me were to go next. Any advice really appreciated.
Thanks
Tom
I am creating a Incident Log for an organization that deals with troubled child.
This log is a continuation of work already in place that tracks numerous aspects of the childs treatment. All database tables are stored on Server2003, MySQL then linked to the Access front end via MySQL ODBC 3.51.
Problem: Their is a need during data entry, to use a list box that will multi select staff members involved in the specific incident with a child on that given day. The form data is shared between these tables right now......
tbincident_log
incidentlog_id (index & PK)
child_id (FK one to one relationship with numerous other tables)
Stamp (datetime)
Staff (var shouldn't be here but is... )
Starttime (time)
StopTime (time)
Reasons ( memo)
restraint_codes (var) comb box on form populated via query no problems
tbStaff (used to populate list box via query with no problems)
staff_id (index & PK)
staff_name (var)
tbincident
incident_id (index & PK)
staff_id (int & FK)
so that's about it. I know, I need a one to many relationship and some vb on a command button to insert selections and to return results during review of the files probably back to the multi select box as a color red . Also that this selection data needs to be in tables for normalization. My last brain cell crashed last night and with reading all day today it's not coming to me were to go next. Any advice really appreciated.
Thanks
Tom