G
Guest
This is probably pretty easy, but it has been a while since I've used Access
2000.
I have an unbound textbox on my form that is pulling data from a table. I
want to bind that textbox to results from a sum query that uses a serial
number from the table that the form is currently connected to.
Tables:
EquipmentTable
RepairsTable
Query:
TotalRepairsQuery
Form:
EquipmentForm
SerialNumber is used as the key field for all tables and queries.
EquipmentForm gets data from the EquipmentTable for everything except my one
unbound textbox. I want the form to send the SerialNumber to the
TotalRepairsQuery and return the sum (the query does the summing) in the
unbound textbox.
Sorry this sounds confusing, but this is the best way I can explain it.
Thank you very much.
2000.
I have an unbound textbox on my form that is pulling data from a table. I
want to bind that textbox to results from a sum query that uses a serial
number from the table that the form is currently connected to.
Tables:
EquipmentTable
RepairsTable
Query:
TotalRepairsQuery
Form:
EquipmentForm
SerialNumber is used as the key field for all tables and queries.
EquipmentForm gets data from the EquipmentTable for everything except my one
unbound textbox. I want the form to send the SerialNumber to the
TotalRepairsQuery and return the sum (the query does the summing) in the
unbound textbox.
Sorry this sounds confusing, but this is the best way I can explain it.
Thank you very much.