January 3, 200125 yr This would be done by creating a "compound key" upon which to base the relationship. For instance, in a timecard database is would be fairly inconvient to have a separate file for each employee's timecard records. With a simple key, each entry might be a date. With a compound key, each entry in the timecard file could be based upon an employee ID and a date. For instance: CmpdKey (calculation, text) = Right("0000" & EmpID, 4) & Date The perferred solutions is to use one file. For example, with four separate sections a report needing data from all four would be very difficult to create. -bd
January 4, 200125 yr I have a project database with a layout for budgeting. The budget right now is broken into four general sections. Each of these sections has its own portal to an individual database that stores line items. I don't know if I need to have four seperate databases, though. Is there a way that I can make a relationship dependant on two sets of fields (project number and budget group) and keep all items in one database? Thanks for your help.
Create an account or sign in to comment