
Originally Posted by
jimmy2x2x
Hello, I am just starting out with access and could use a pointer or two for this problem.
I have a database of people with various personal information, one part of the data to be stored Heights and Weights. These need to be recorded on a monthly basis.
The solution I had in mind was to have a table laid out as follows:
Weight: Table
ID: AutoNumber 'Unique identifier
WeightID: Number 'Reference back to the persons unique identifier
WeightType: Number 'Height or Weight
WeightValue: Number 'The actual Weight or Height
WeightDate: date/time 'Date the entry was recorded
The problem is how do I store this information in the table?
For example, I enter the data into a form, then click a button and I want to add a new record to this table, filling all the records fields.
Sorry for the newbie question!