I would not have any spaces in any table or field names. Your use of field
names beginning with "tbl " is confusing since "tbl" is generally used to
name tables.
Your [tbl FV Case Info] is not normalized. You are storing data in field
names such as [tbl Ddly Wpn Charged]. These should be values in a table of
case charges.
I would also pull out most of the dates and create a table of case dates.
This would have the primary key from the Case table, as well as date type and
date fields. You might also add a fields for comments associated with the
date.
Sorry to be so critical but you really need to spend some time studying
normalization.
--
Duane Hookom
Microsoft Access MVP
lettyg said:
http://cid-af7c698d9d142706.skydrive.live.com/self.aspx/.Public/Relationships Window.jpg
I have a screen shot of my relationships table on my skydrive. Would you
mind taking a look and making suggestions.
Would you recommend to start entering data since i have all the rows and
tables i need or should i wait until i fix all these problems?
The forms seem to work good.