form ?

  • Thread starter Thread starter kaluna
  • Start date Start date
K

kaluna

Guest
I have a unique situation. I need to know how I can do this. I have a database called userdb with a form called userform. What I need is that after a user adds data to the fields on the userform in userdb, the hit a button and the data from those fields would populate a form in another database called receiptdb with a form called receipt form. These 2 db were set up a long time ago and they don't want to pay for a redesign. So I'm trying to make it so the user would just click a button on the userdb and the data would then show up in the receiptdb recipt form. It would save them from having to type the same data over again. Is this possible? Would I have to link the tables from the receiptdb into the user db and then make a new receipt form in the userdb? Thanks for the help.
 
Working in your receipt database, link to the user table in the user database. Then you need to change the receipt form (or maybe the query that the receipt form is based upon) to look at the user table.

You should not really need to change anything in the user database, as you have described things.
 

Users who are viewing this thread

Back
Top Bottom