G
Guest
Hi
I'm trying to set up a database to list all my vinyl records. I have set up
four tables.
Catalogue - which holds the individual artist/title/catalogue code etc of
each vinyl.
Genre - simply holds an autonumber and a genre name
Loan - which holds information about any records i may have lent to people.
Record Label - which holds the contact details of the record label.
The catalogue table is main part of the database which links to all the
other tables. For example it is linked to the genre table, loan table and
record label table. No other relationships exist.
Obviously if a record comes is release on a particular label or is a
particular genre then this is not going to change and causes no problems.
With regard to the loan to the loan table, this obvously can change when
people return the record. If i have set the form to look up a value in loan
table then i cannot remove this when the record is returned as i get the
following error:
You tried to assign a Null value to a variable that is not a variant data
type.
I am able to delete the value in that field if i view the record through the
table view.
So i actually have two questions:
1. Is it possible to delete the loan name through the form view;
2. The catalogue table has a yes/no field titled loan. Can i set the form to
only display the loan information if this field value is set to yes.
Any help would be much appreciated as this has been bugging me for years!!
I'm trying to set up a database to list all my vinyl records. I have set up
four tables.
Catalogue - which holds the individual artist/title/catalogue code etc of
each vinyl.
Genre - simply holds an autonumber and a genre name
Loan - which holds information about any records i may have lent to people.
Record Label - which holds the contact details of the record label.
The catalogue table is main part of the database which links to all the
other tables. For example it is linked to the genre table, loan table and
record label table. No other relationships exist.
Obviously if a record comes is release on a particular label or is a
particular genre then this is not going to change and causes no problems.
With regard to the loan to the loan table, this obvously can change when
people return the record. If i have set the form to look up a value in loan
table then i cannot remove this when the record is returned as i get the
following error:
You tried to assign a Null value to a variable that is not a variant data
type.
I am able to delete the value in that field if i view the record through the
table view.
So i actually have two questions:
1. Is it possible to delete the loan name through the form view;
2. The catalogue table has a yes/no field titled loan. Can i set the form to
only display the loan information if this field value is set to yes.
Any help would be much appreciated as this has been bugging me for years!!