megatronixs
Registered User.
- Local time
- Today, 12:03
- Joined
- Aug 17, 2012
- Messages
- 719
Hi all,
I´m using a query to insert new cases into the main table. I use a table where we have some cases to be assigned to people. in the form that holds the subform in data sheet view, there is a combo box where the persons name is selected to whom the case will be assigned. I use a function to get the login from the pc so I can get the name of the person and the "team ID".
I can get almost all the fields that are in the assign table to the main table, I just can´t get the date and the team id into the main table as the those 2 fields are not the the assign table.
How can I pass the value of "team_id" and the date into the main table fields "team_id" and "request_date" ?
Greetings.
(I will try later in the evening to make a dummy database so it will be easier to see what I mean)
I´m using a query to insert new cases into the main table. I use a table where we have some cases to be assigned to people. in the form that holds the subform in data sheet view, there is a combo box where the persons name is selected to whom the case will be assigned. I use a function to get the login from the pc so I can get the name of the person and the "team ID".
I can get almost all the fields that are in the assign table to the main table, I just can´t get the date and the team id into the main table as the those 2 fields are not the the assign table.
How can I pass the value of "team_id" and the date into the main table fields "team_id" and "request_date" ?
Greetings.
(I will try later in the evening to make a dummy database so it will be easier to see what I mean)