A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Database design for ID Card



 
 
Thread Tools Display Modes
  #1  
Old May 6th, 2004, 02:34 PM
Randy Hartwick
external usenet poster
 
Posts: n/a
Default Database design for ID Card

I have a database designed to maintain Firearms Permit
information. The main table has information about the
applicant and has approximately 70 fields. A second table
has information on firearms owned and contains 15 fields
for each firearm. The second table is related to the main
table in a one-to-many relationship.

I need to create an ID card that will print the applicant
information on the front of the card and list each firearm
owned on the back of the card.

My problem is that all of the ID Card creation software
that I have found will not handle data from a one-to-many
relationship. All of them require that all information
printed on a single card be contained in a single record.

My questions:

1. Does anyone know of existing ID Card Software that will
handle a one-to-many relationship and will work with a
Fargo HDP ID Card Printer.

2. Is there a way that I can extract the data from the
relevant fields of the main table (18 fields) and the data
from relevant fields of the second table (5 fields for
each firearm owned - potentially 15+) and place all of
this information in a single record. (I have been
thinking an array might work but am unsure of how to do
this in MS Access).

Thanks for any help.

  #2  
Old May 6th, 2004, 09:02 PM
Pavel Romashkin
external usenet poster
 
Posts: n/a
Default Database design for ID Card

Being utterly unfamiliar with "ID card software", I am thinking that you
want to print out, on a double-side capable printer, a paper document
that has applicant info on one side and his firearms list on the other.
Am I right?
If not, please ignore the rest of this post. You may be speaking about
plastic ID cards, which will be printed using special hardware and software.
If yes, you can simply create an Access report, which will do what you
want. You can include personal information in the mail part of the
report, and create a subreport that will list the firearms.

Pavel

Randy Hartwick wrote:

I have a database designed to maintain Firearms Permit
information. The main table has information about the
applicant and has approximately 70 fields. A second table
has information on firearms owned and contains 15 fields
for each firearm. The second table is related to the main
table in a one-to-many relationship.

I need to create an ID card that will print the applicant
information on the front of the card and list each firearm
owned on the back of the card.

My problem is that all of the ID Card creation software
that I have found will not handle data from a one-to-many
relationship. All of them require that all information
printed on a single card be contained in a single record.

My questions:

1. Does anyone know of existing ID Card Software that will
handle a one-to-many relationship and will work with a
Fargo HDP ID Card Printer.

2. Is there a way that I can extract the data from the
relevant fields of the main table (18 fields) and the data
from relevant fields of the second table (5 fields for
each firearm owned - potentially 15+) and place all of
this information in a single record. (I have been
thinking an array might work but am unsure of how to do
this in MS Access).

Thanks for any help.

  #3  
Old May 6th, 2004, 09:34 PM
John Nurick
external usenet poster
 
Posts: n/a
Default Database design for ID Card

Hi Randy,

Your (2) can certainly be done. The best way will depend on the layout
that the ID card software wants the data in, but assuming it wants 18
fields for the person and 5 fields for as many guns as will fit on the
card - 5 or 10 I guess - it should just need a cunning query or three.

I suggest you post again in the Queries newsgroup
(microsoft.public.access.queries) where the real experts hang out,
giving more information about what the ID card software needs and the
names of the more important fields.

On Thu, 6 May 2004 06:34:10 -0700, "Randy Hartwick"
wrote:

I have a database designed to maintain Firearms Permit
information. The main table has information about the
applicant and has approximately 70 fields. A second table
has information on firearms owned and contains 15 fields
for each firearm. The second table is related to the main
table in a one-to-many relationship.

I need to create an ID card that will print the applicant
information on the front of the card and list each firearm
owned on the back of the card.

My problem is that all of the ID Card creation software
that I have found will not handle data from a one-to-many
relationship. All of them require that all information
printed on a single card be contained in a single record.

My questions:

1. Does anyone know of existing ID Card Software that will
handle a one-to-many relationship and will work with a
Fargo HDP ID Card Printer.

2. Is there a way that I can extract the data from the
relevant fields of the main table (18 fields) and the data
from relevant fields of the second table (5 fields for
each firearm owned - potentially 15+) and place all of
this information in a single record. (I have been
thinking an array might work but am unsure of how to do
this in MS Access).

Thanks for any help.


--
John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 10:49 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.