Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Duplicating records between files


Beckyjrl

Recommended Posts

I have 4 databases - Program 1, Program 2, Program 3 and Materials. In databases 1, 2 and 3, I have a field (Status) with 4 checkboxes - A, B, C, D. If A, B or C is checked, I would like that record to appear in the Materials database. How can I do this?

Link to comment
Share on other sites

I don't have a very clear sense of what you're trying to do, but I'll tell you one thing: if your database design involves constantly moving entire records from one table to another (let alone one FILE to another), you should rethink your design.

 

Data should seldom be redundant. You don't want it to exist in two separate places. There are exceptional cases but based on the little info provided this doesn't sound like it has a good reason to be one of them.

Link to comment
Share on other sites

Hello - thank you for your response. I'll try to give you a little more info to see if it changes your answer. I have 3 different databases. Each is for a separate program and tracks data on presentations speakers give for that program.

 

Various materials are used for each program. There is a Materials Request layout in each of the 3 databases and one person gathers these requests and processes them, sending materials to the appropriate presentation.

 

I would like a central location where this person can go to collect all Materials Requests, instead of having to go to each of the 3 databases. I would also like to have a central location where I can track inventory - again with data from each of the 3 databases that shows the # of items used.

 

So should I use a separate database as a central place to serve these purposes?

 

Thank you,

Becky

Link to comment
Share on other sites

Hello - thank you for your response. I'll try to give you a little more info to see if it changes your answer. I have 3 different databases. Each is for a separate program and tracks data on presentations speakers give for that program.

 

Bad design. You should have one and only one database, which has a new text field into which you enter the program name.

 

 

I would like a central location where this person can go to collect all Materials Requests, instead of having to go to each of the 3 databases.

 

 

Reasonable. Which is why you want it all in one db and not 3 to begin with. Your person can do do a search for unfulfilled requests in one place without having to be concerned about which program they are associated with, except when she wants to be concerned with that.

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use