cclark9589
Registered User.
- Local time
- , 17:04
- Joined
- Sep 22, 2008
- Messages
- 79
This has simply got me stumped and I'm sure it's something that is right in front of my face and well of those, "Well, duh" sort of things but I'll be darned if I can figure this one out.
I have one database, time and billing, that stores information regarding jobs we do. After a job is done, an invoice has been created so we may bill it out to the respective trust. Currently once all that is done I have to manually input certain information into an Excel spreadsheet for status reports. What I'm trying to do is incorporate that process in my database.
I would prefer to store the status information in a separate database from the time and billing mainly because I see them as two separate, yet related functions. What I want to do is once a job is completed and billed, from that job I want to click a button that will then open a form (preferrably in the status DB) whereupon I then enter the needed information for the status reports.
I have one table, tbl_Status in the new DB. I have linked 4 other tables in the time and billing DB: Employers, Employees, Jobs and Trusts. In the Status DB I've also created queries for each trust as not all trusts require the same information plus their fund names may differ slightly.
When I click the button on the job form in the time and billing DB I want the status input form specific for that particular trust to open. When it opens certain information from the Jobs form will be copied to populate certain fields in the status form and I then enter other information.
I manually entered some status information for just two jobs so that I had some information to work with. I then created a query and then created a form based on that query. The form opens and the data I have manually entered in the tbl_Status appears but, two things are happening.
I've searched the forum but can't find anything that even gives me a clue. I've attached a screen shot of my form and objects (subform is not being used at this time) Any ideas?
I'm sure it is some simple thing that will make me feel dumber than usual.
I have one database, time and billing, that stores information regarding jobs we do. After a job is done, an invoice has been created so we may bill it out to the respective trust. Currently once all that is done I have to manually input certain information into an Excel spreadsheet for status reports. What I'm trying to do is incorporate that process in my database.
I would prefer to store the status information in a separate database from the time and billing mainly because I see them as two separate, yet related functions. What I want to do is once a job is completed and billed, from that job I want to click a button that will then open a form (preferrably in the status DB) whereupon I then enter the needed information for the status reports.
I have one table, tbl_Status in the new DB. I have linked 4 other tables in the time and billing DB: Employers, Employees, Jobs and Trusts. In the Status DB I've also created queries for each trust as not all trusts require the same information plus their fund names may differ slightly.
When I click the button on the job form in the time and billing DB I want the status input form specific for that particular trust to open. When it opens certain information from the Jobs form will be copied to populate certain fields in the status form and I then enter other information.
I manually entered some status information for just two jobs so that I had some information to work with. I then created a query and then created a form based on that query. The form opens and the data I have manually entered in the tbl_Status appears but, two things are happening.
- I cannot change any of the information for either of these two jobs that I manually entered into tbl_Status unless I go to the table to do so.
- The New Record selector is not active. I cannot create a new record in the form and can only cycle through the two records but only the one time.
I've searched the forum but can't find anything that even gives me a clue. I've attached a screen shot of my form and objects (subform is not being used at this time) Any ideas?
I'm sure it is some simple thing that will make me feel dumber than usual.
Last edited: