July 29, 201114 yr Newbies I need to have a service form be able to enter in new client info into the contacts table that will be placed into the project table as well. would I need a script that would create new records in both contacts and projects to perform this?
July 29, 201114 yr Open a new window (off-screen if desired) that goes to the clients TO to make the new record, then close it.
July 29, 201114 yr New records need to be created either through portals (if the option to create related records is selected) or from a layout based on the table occurrence.
August 13, 201114 yr I've started to use an SQL plug-in to do this. There are at least a few free SQL plug-in's available nowadays. It's not 100% necessary, as the method Vaughan mentioned works, but if you are already planning on using the plug-in in other area's of your database, then you might as well use it for this as well.
August 13, 201114 yr Plug-ins = risk. Databases are complex enough without having implementation and maintenance problems of plug-ins
August 13, 201114 yr I need to have a service form be able to enter in new client info into the contacts table that will be placed into the project table as well. would I need a script that would create new records in both contacts and projects to perform this? I'm not sure what you mean. Let's say I need to enter a new project. Why can't you put the user in a Contact Find and once they either find the contact or create a new one, then on the Contact Form, they create a new Project? The New Project button would capture the ContactID and populate the Project's foreign contact key. It almost sounds like you have redundant contact info fields in the Project table.
Create an account or sign in to comment