I'm doing some study for an access exam, and one question that was asked last year as to make an access database from some given data.
I was just wondering though that it would look like in access itself.
Its question one I'm working on, and the source data is at the bottom of the document.
Now I've no problem with the stuff up to services, but then how do you deal with 2 or 3 lines per record then after that ?
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Original Data is the original data as given in the pdf file.
Screengrab from access is where I've gotten to in designing the table, but I'm not sure what to put in next ...
Microsoft MVP : Visual Developer - Visual Basic [2004-2005]
Now I've no problem with the stuff up to services, but then how do you deal with 2 or 3 lines per record then after that ?
Ok, there are several ways.
1 - memo field - text box with the scroll bars active
2 - List box and a separate table with its own IDs plus a foreign key id to the main table of info - pop up form to add new ?
3 - List box and a separate table with the ID and foreign key as the key
...and more probably
Separate the data into groups that are related, store as tables with id keys and link. See Normalization.
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...