Newbies Marvin J Posted November 12, 2004 Newbies Posted November 12, 2004 I'm Developing a Cash-Register type database... and I need the user to be able to enter the data, and be able to edit this until he/she clicks a 'Complete Sale' button. Then this information will be entered into the actual database. If a record needs to be edited, a manager with the correct name/pass can access the main table and edit the record. Any Ideas on where to start on this one?? I was thinking of using a temporary table to pull in the information, when the button was clicked the info would be transferred to the actual database, and delete the temporary record, and ur back to square one... Problem with this is I'm stuck as how to transfer the record over. Any help whatsoever would be greatly appeciated. Thanks, Marvin J
RalphL Posted November 12, 2004 Posted November 12, 2004 Since you are using FMP7 you could set it up to not commit the record until the complete sale button is clicked. This elminates the need for the temporary table.
Recommended Posts
This topic is 7319 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 accountSign in
Already have an account? Sign in here.
Sign In Now