mimottershaw
Registered User.
- Local time
- Today, 16:48
- Joined
- Feb 2, 2007
- Messages
- 40
Dear All,
I have used this forum with great success in the past, and I am embarrassed to say that my current problem is so humiliatingly simple that I feel I should apologise for insulting your collective intelligence! However I don't seem able to solve it so here goes!:
I'm using Access 2007. I'm trying to write the simplest of simple databases. I want a table containing a unique person, with a unique identifiable number, but not a Serial ID, and also personal details such as name and DoB. I then want a linked table for that person ID containing details of "tests completed" on a particular date, with fields such as such as Test Date, Maths, English etc. In other words the same person could come back multiple times on different dates to complete the same or different tests. I want to enter details of a new visit where I enter the Person ID, and if they've been before their details are filled in, but if not I can enter new details, and then I enter the date of the test (defaulting to "today") and their tests completed.
Sounds simple right? I thought so too! I'm having a nightmare getting the tables to link as I wish and enter all the details without error messages. I think the problem is, as I'm not using a serial ID, for some reason the two tables have trouble communicating?? But that could be rubbish!?
As always I would be grateful for any help. The way I've got it at the moment I've got Person ID as a Unique (no duplicate) primary key, but as a text field not auto number. That is then linked to the same field (not primary key) in the other table, with a one to many relationship.
Would you believe I've written several databases in the past that are much more complicated, but for some reason this is baffling me!?!?!?!
Thanks in anticipation,
Mark.
I have used this forum with great success in the past, and I am embarrassed to say that my current problem is so humiliatingly simple that I feel I should apologise for insulting your collective intelligence! However I don't seem able to solve it so here goes!:
I'm using Access 2007. I'm trying to write the simplest of simple databases. I want a table containing a unique person, with a unique identifiable number, but not a Serial ID, and also personal details such as name and DoB. I then want a linked table for that person ID containing details of "tests completed" on a particular date, with fields such as such as Test Date, Maths, English etc. In other words the same person could come back multiple times on different dates to complete the same or different tests. I want to enter details of a new visit where I enter the Person ID, and if they've been before their details are filled in, but if not I can enter new details, and then I enter the date of the test (defaulting to "today") and their tests completed.
Sounds simple right? I thought so too! I'm having a nightmare getting the tables to link as I wish and enter all the details without error messages. I think the problem is, as I'm not using a serial ID, for some reason the two tables have trouble communicating?? But that could be rubbish!?
As always I would be grateful for any help. The way I've got it at the moment I've got Person ID as a Unique (no duplicate) primary key, but as a text field not auto number. That is then linked to the same field (not primary key) in the other table, with a one to many relationship.
Would you believe I've written several databases in the past that are much more complicated, but for some reason this is baffling me!?!?!?!
Thanks in anticipation,
Mark.