Jump to content

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

Recommended Posts

  • Newbies
Posted

Basically, I am trying to create a punch list for portions of a job that still needs to be completed. The fields I need are -

Date

Notes

Item 1

Item 2

Item 3

Item… the number of items will change depending on the job. But there will be a setup layout to input all Items before records are created.

I would like to use check boxes or radio buttons for Items

If 3 items have the same date & notes I need to create 3 separate records with one commit button. How can I do this?

I hope this makes sense.

Thanks in advance

Posted (edited)

Are the items the same for every job or unique for each job?

...and welcome to the forum

Edited by Guest
welcome added
Posted

Setup your original data entry in global fields. From reading what youhave, the items appear to be pre determined, but which ones are in each job is not known.

Once all parameters are set up in the global fields, then have a script that checks each item. If it is not empty or does not say "No", a record is created and filled from the globals.

It has the additional advantage that nothing is committed until you run the script.

HTH

Dave

This topic is 5456 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.