Slides_Library
New member
- Local time
- Today, 12:05
- Joined
- Jan 29, 2008
- Messages
- 5
I am building a data base for a Library and would like to generate a number in this form 1234567.123. The number is the Accession number for an image.
The first seven digits come from a book ID. So I want a table were I can enter the number and information about the book.
Then I want the number to be used by a different table with the addition of three other digits, which are images in the book, which I want to count automatically from .001 until I enter a new Seven digit number from a new book.
I thought I could have a query that grabs the seven digit number from a table. Then using Dmax and adding .001 to that number. But it will only give me this 1234567.001 not what I want, 1234567.001 then 1234567.002 then 1234567.003 and so on.
Another issue is I have is I dont know how to reset it when I use a new Seven Digit number like 7654321. Will it still count like above by .001 each time.
Thanks for any help you can give me in advance.
Slides_Library
The first seven digits come from a book ID. So I want a table were I can enter the number and information about the book.
Then I want the number to be used by a different table with the addition of three other digits, which are images in the book, which I want to count automatically from .001 until I enter a new Seven digit number from a new book.
I thought I could have a query that grabs the seven digit number from a table. Then using Dmax and adding .001 to that number. But it will only give me this 1234567.001 not what I want, 1234567.001 then 1234567.002 then 1234567.003 and so on.
Another issue is I have is I dont know how to reset it when I use a new Seven Digit number like 7654321. Will it still count like above by .001 each time.
Thanks for any help you can give me in advance.
Slides_Library