J
jdub via AccessMonster.com
Hey guys,
I need some help very bad. I'm creating a registration database for a
convention. I've created 4 tables. There setup is below
AttendeeTable
AttendeeID - Autonumber - Primary Key
Name - Text
Address - Text
Phone - Text
MembershipTAble
MembershipID - Autonumber - Primary Key
LocalChapter - Text
Life Member - YES/NO
RegistrationFeeTable
FeeID - Autonumber - Primary Key
PaymentForm - Text
DatePaymentReceived - Date/Time
PaidAmount - Currency
EventListTable
EventID - Autonumber - Primary Key
AwardsTickets - Text
Breakfast Tickets - Text
LuauPartyTickets - Text
Golf- Text
I then created an AddAttendee justified form through the wizard that would
allow the user to enter all of the registration information on one form. I'm
able to enter all of the info but when I exit and return and add a new user,
I'm missing information from 2 of the tables. I view the tables in Datasheet
view and see that the Autonumbers for the data that is missing from the form
do not match up with the Datasheet views of the Tables that are in the form.
If I enter a second registrant save and exit. When I return, the first
registrant has information from him and info from the second registrant.
What am I doing wrong? Do I need to setup a relationship between these
tables? It appears that there is a relationship between two
Thanks,
JW
I need some help very bad. I'm creating a registration database for a
convention. I've created 4 tables. There setup is below
AttendeeTable
AttendeeID - Autonumber - Primary Key
Name - Text
Address - Text
Phone - Text
MembershipTAble
MembershipID - Autonumber - Primary Key
LocalChapter - Text
Life Member - YES/NO
RegistrationFeeTable
FeeID - Autonumber - Primary Key
PaymentForm - Text
DatePaymentReceived - Date/Time
PaidAmount - Currency
EventListTable
EventID - Autonumber - Primary Key
AwardsTickets - Text
Breakfast Tickets - Text
LuauPartyTickets - Text
Golf- Text
I then created an AddAttendee justified form through the wizard that would
allow the user to enter all of the registration information on one form. I'm
able to enter all of the info but when I exit and return and add a new user,
I'm missing information from 2 of the tables. I view the tables in Datasheet
view and see that the Autonumbers for the data that is missing from the form
do not match up with the Datasheet views of the Tables that are in the form.
If I enter a second registrant save and exit. When I return, the first
registrant has information from him and info from the second registrant.
What am I doing wrong? Do I need to setup a relationship between these
tables? It appears that there is a relationship between two
Thanks,
JW