ConanTheLibrarian
New member
- Local time
- Yesterday, 19:10
- Joined
- Mar 23, 2012
- Messages
- 7
I actually have three separate issues I'm trying to resolve, so apologies, but I'm going to post three threads in case someone else can use the info I end up getting on them...
A bit of background: I'm working on a database to catalog CDs in my branch's collection. There are slots (numbered 1 - 4001) that will NOT change, of which roughly 1000 are not in use presently, so the need to expand is unlikely at best.
The trick is, because CDs are constantly being added and withdrawn, it's not as simple as "New Record" or "Jump to Last Record" when adding new entries. "Blank" disc numbers exist as placeholders throughout the range.
What I've been trying to figure out is a function (ideally triggered by a button on my form) which will search for the first Disc # (also my primary key) in which the Disc Title field is blank.
I've contemplated creating a query that listed only IsNull entries under Disc Title and having the function jump to the first entry in said query, but that struck me as unnecessarily complex.
Any and all input would be welcome.
A bit of background: I'm working on a database to catalog CDs in my branch's collection. There are slots (numbered 1 - 4001) that will NOT change, of which roughly 1000 are not in use presently, so the need to expand is unlikely at best.
The trick is, because CDs are constantly being added and withdrawn, it's not as simple as "New Record" or "Jump to Last Record" when adding new entries. "Blank" disc numbers exist as placeholders throughout the range.
What I've been trying to figure out is a function (ideally triggered by a button on my form) which will search for the first Disc # (also my primary key) in which the Disc Title field is blank.
I've contemplated creating a query that listed only IsNull entries under Disc Title and having the function jump to the first entry in said query, but that struck me as unnecessarily complex.
Any and all input would be welcome.