In Access 2007, I have a form which contains the summary information of a store, and a subform which is intended to log records on employee hours for that store. The subform is supposed to display store employee names in a drop-down combo box using the store ID as a link. It's a straight link...
I attempted to search on this question but couldn't figure out the right search terms. Sorry if it's a repeat - and if so just point me to the post with the answer.
I am trying to figure out how to write a select query that accomodates the following situation. Suppose I have a table of...
I have a report based off a query. The query includes a table field that is collected from a multilist on a form (e.g. check all that apply). The multilist is based off another table that includes an ID field and a value field (1 = value1, 2 = value2 etc).
The form shows the multilist...
I just spent an hour searching on this and didn't see anything - sorry if it's a duplicate!
I have a form and subform. The form has basic info related to a client, one field is "total volunteer hours required" (totreqhrs). The subform has individual records of each volunteer appointment...
Here's another question. I have two tables - one is a "family member" table and the other is an "events" table. The tables are linked one to many to allow tracking of which events are attended by which family members.
I would like to be able to easily add records to the events table. My...
Hi there! New to posting but have been helped immensely by other posts/responses. You guys rock.
Anyway - I have two tables, a "person" table w/some basic demographic information (person_id is primary key), and a "contact" table (contact_id is primary key, table includes person_id field and...