L
Lemmesee
basically i have 2 tables. One is a Table of "Jobs" the other is a table of
"Change Orders". In a Form to add Change Orders, i need an identifier that
increments based on how many change orders are related to a specific job.
Lets say, i have a job in the Job table that has 100 as its job number. then
i open a "Change Order" form and i enter 100 as the job number. I need an
incrementing number identifying the change count to that job.
Then I need to open other forms, related to other tables, Enter a job number
and then allows me to choose which Change Order to that job to relate to.
Then i need a query/report that shows all of the changes to that job or the
details of the specific change.
Each Change Order also has an incrementing identifier that is not related to
any specific job.
I can make the queries and reports but i dont know how to make the make the
change orders relate to different records in the jobs table.
I sure hope this makes sense to someone and i thank the one/s that it does
in advance.
"Change Orders". In a Form to add Change Orders, i need an identifier that
increments based on how many change orders are related to a specific job.
Lets say, i have a job in the Job table that has 100 as its job number. then
i open a "Change Order" form and i enter 100 as the job number. I need an
incrementing number identifying the change count to that job.
Then I need to open other forms, related to other tables, Enter a job number
and then allows me to choose which Change Order to that job to relate to.
Then i need a query/report that shows all of the changes to that job or the
details of the specific change.
Each Change Order also has an incrementing identifier that is not related to
any specific job.
I can make the queries and reports but i dont know how to make the make the
change orders relate to different records in the jobs table.
I sure hope this makes sense to someone and i thank the one/s that it does
in advance.