H
hlock
Using a query I am pulling check information (check, check date, amount,
payee) from the AS400, using ODBC. Each check needs to be assigned to a
person for investigation. I have created a table called Investigator to
store the assignee information (it contains check # and name of
investigator). I would like to use a form to populate the Investigator table
with the check# from the query and the name of the investigator using a combo
box (which is based on a table).
Query: Outstanding Checks
Check
Check Date
Amount
Payee
Table: Investigator Names
Investigator
Table: Assigned Checks
Check
Investigator
In theory, I would imagine that the form would show the Check, Check Date,
and Amount and the Investigator. If the Investigator field is blank (meaning
it doesn't exist in the Investigator Names Table), I would like to click on
the drop down of a combo box and select an Investigator. If the Investigator
field is not blank (it exists in the Investigator Names Table), then I would
like to click on the drop down of the Investigator box and choose another
name.
I have tried this from multiple angles, but the closest I have come is to
show the check information and the Investigator box, but when I click on a
name, my computer beeps at me. I don't get an error message. I must be
missing it. Any suggestions would be helpful. Let me know if you need any
more information. Thanks.
payee) from the AS400, using ODBC. Each check needs to be assigned to a
person for investigation. I have created a table called Investigator to
store the assignee information (it contains check # and name of
investigator). I would like to use a form to populate the Investigator table
with the check# from the query and the name of the investigator using a combo
box (which is based on a table).
Query: Outstanding Checks
Check
Check Date
Amount
Payee
Table: Investigator Names
Investigator
Table: Assigned Checks
Check
Investigator
In theory, I would imagine that the form would show the Check, Check Date,
and Amount and the Investigator. If the Investigator field is blank (meaning
it doesn't exist in the Investigator Names Table), I would like to click on
the drop down of a combo box and select an Investigator. If the Investigator
field is not blank (it exists in the Investigator Names Table), then I would
like to click on the drop down of the Investigator box and choose another
name.
I have tried this from multiple angles, but the closest I have come is to
show the check information and the Investigator box, but when I click on a
name, my computer beeps at me. I don't get an error message. I must be
missing it. Any suggestions would be helpful. Let me know if you need any
more information. Thanks.