Hello all this is my first post at UA and I hope many more to come. I am new to access (zero training) and have a project to complete by the end of December.
I have two tables one table is callled "Investigation" another table is called "dipsutes".
The information in the two tables can be related. In a pefect world they always will be related. However, in some cases they are aren't. In my db project I need I am trying to design this so that I can adapt to both the perfect situation and the imperfect situation.
The "imperfect situation" is NO problem. Manual entry...finish. However, the perfect senario will be that I get the information for the "Investigation" table (enter it) and by selecting a option button or chech box it will create the record in the dispute table.
How can I do this?
I am assuming it has to be event driven. So I assume I can have a box checked and select a button "save" or "create dispute". If I could just have a button that triggers the action would be best.
My format. I am new to access and new to UA and not sure what formats are used and appreciated.
Table:[table name].[field name]
Table: [Inverstigation].[Scrap tag] » Enter into [Disputes].[Scrap Tag]
Field: [RC_occurence],[RC_Detection],[Responsible], combine these fields and enter into one field » Table: [Disputes].[Reason]
Before I get to far into this. I also want to say that I need to use the "scrap tag" number and attempt to pull some values from another table to also populate the [dispute] table. Is this possible with in the same event?
Would it be possible that on the "create dispute button event" I could also look up some values from another table?
I have two tables one table is callled "Investigation" another table is called "dipsutes".
The information in the two tables can be related. In a pefect world they always will be related. However, in some cases they are aren't. In my db project I need I am trying to design this so that I can adapt to both the perfect situation and the imperfect situation.
The "imperfect situation" is NO problem. Manual entry...finish. However, the perfect senario will be that I get the information for the "Investigation" table (enter it) and by selecting a option button or chech box it will create the record in the dispute table.
How can I do this?
I am assuming it has to be event driven. So I assume I can have a box checked and select a button "save" or "create dispute". If I could just have a button that triggers the action would be best.
My format. I am new to access and new to UA and not sure what formats are used and appreciated.
Table:[table name].[field name]
Table: [Inverstigation].[Scrap tag] » Enter into [Disputes].[Scrap Tag]
Field: [RC_occurence],[RC_Detection],[Responsible], combine these fields and enter into one field » Table: [Disputes].[Reason]
Before I get to far into this. I also want to say that I need to use the "scrap tag" number and attempt to pull some values from another table to also populate the [dispute] table. Is this possible with in the same event?
Would it be possible that on the "create dispute button event" I could also look up some values from another table?