Jump to content

Invoice Database


Tom England

This topic is 8214 days old. Please don't post here. Open a new topic instead.

Recommended Posts

We have a central client database (client.db), and want to create another db for invoices (invoices.db). The problem I have is that I want to run a script in client.db (initiated by clicking a button) that will open the invoice database and create a new invoice for the current client (in client.db)

Therefore there will be many records (invoices) in the invoice.db against each client. Can anyone help?:B)?:?????

Thanks

Link to comment
Share on other sites

dear tom, i do not understand your problem, so you are going to have one to many relation, so what?

as a mater of fact, is a good plan to have it that way.

now, if your problem is to refer to an existing invoice from the client file, you can use a portal, and use the relationship:

INVOICE::clientID

and if you are going to refer the client from the invoice, you just have to create a button that goes to related record.

May be there is something more complex that i did not get from your problem description, if so, let me know.

bye, and may the force be with you

------------------------------------------------

"There is always a way, but some times there is not a car to take it"

Link to comment
Share on other sites

This topic is 8214 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.