N
nuk
Hello all,
I've been working on a membership database for a local sports club. The
previous database was previously kept in M$ Works as one big flat-file
database (big in that you had to scroll from side to side to see
everything on the main datasheet - actual file size was a few hundred kb
for 600+ members) with one data-entry form designed to look like our
membership application cards. Even so, the 'normal' way to enter the
data was straight into the main table, basically like a spreadsheet.
The old computer crashed (again), etc. and we have moved to Access 2007.
Someone made up a flat-file every-thing-in-one-table to drag-n-drop the
fields from the most recent backup into the new table, so we have
*something*.
I have actually been puttering around w/ Access before on this same
issue, but it had gotten put on the back burner until now. Now I have
to get something working relatively soon. What I have so far is a
series of tables joined via relationships to cover most of the areas
that we keep track of now, along with more tables and relationships to
expand into other areas once I get the basic membership portion hammered
into shape.
The first thing I wanted to get working is a sort of 'all-in-one' form
for entering all the data we normally pull from a membership
application: name, address, contact, membership, and volunteer info.
Each one of those items now constitutes (at least) one separate table
like this:
<tblName>:ID(pk),LastName,FirstName,MidInit,Title,Suffix
<tblAddress>:ID(pk),NameID(fk),Street1,Street2,City(fk),State(fk),ZIP(fk)
<tblContact>:ID(pk),NameID(fk),Phone1,Phone2,Email
....etc. and so on.
Where I'm running into problems is if I go to 'Create' -> 'More Forms'
-> 'Form Wizard' and select fields from each of the tables so I have a
form to enter data the way it comes off the membership applications like
this:
<Title><FirstName><MidInit><LastName><Suffix>
<Street1>
<Street2>
<City><State><ZIP>
<Phone1>
<Phone2>
<Email>
etc.
....when I save the form and switch to Form view, I can view existing
data that I typed into the tables, but I can't create a new record (the
'New (blank) Record' button at the bottom of the form is greyed out and
doesn't function.
I've gone through the same process to create forms that only use fields
from one table and they work as expected. What am I missing here? What
is keeping this from working?
TIA,
Monte
I've been working on a membership database for a local sports club. The
previous database was previously kept in M$ Works as one big flat-file
database (big in that you had to scroll from side to side to see
everything on the main datasheet - actual file size was a few hundred kb
for 600+ members) with one data-entry form designed to look like our
membership application cards. Even so, the 'normal' way to enter the
data was straight into the main table, basically like a spreadsheet.
The old computer crashed (again), etc. and we have moved to Access 2007.
Someone made up a flat-file every-thing-in-one-table to drag-n-drop the
fields from the most recent backup into the new table, so we have
*something*.
I have actually been puttering around w/ Access before on this same
issue, but it had gotten put on the back burner until now. Now I have
to get something working relatively soon. What I have so far is a
series of tables joined via relationships to cover most of the areas
that we keep track of now, along with more tables and relationships to
expand into other areas once I get the basic membership portion hammered
into shape.
The first thing I wanted to get working is a sort of 'all-in-one' form
for entering all the data we normally pull from a membership
application: name, address, contact, membership, and volunteer info.
Each one of those items now constitutes (at least) one separate table
like this:
<tblName>:ID(pk),LastName,FirstName,MidInit,Title,Suffix
<tblAddress>:ID(pk),NameID(fk),Street1,Street2,City(fk),State(fk),ZIP(fk)
<tblContact>:ID(pk),NameID(fk),Phone1,Phone2,Email
....etc. and so on.
Where I'm running into problems is if I go to 'Create' -> 'More Forms'
-> 'Form Wizard' and select fields from each of the tables so I have a
form to enter data the way it comes off the membership applications like
this:
<Title><FirstName><MidInit><LastName><Suffix>
<Street1>
<Street2>
<City><State><ZIP>
<Phone1>
<Phone2>
<Email>
etc.
....when I save the form and switch to Form view, I can view existing
data that I typed into the tables, but I can't create a new record (the
'New (blank) Record' button at the bottom of the form is greyed out and
doesn't function.
I've gone through the same process to create forms that only use fields
from one table and they work as expected. What am I missing here? What
is keeping this from working?
TIA,
Monte