J
Jimbo51
Hi all,
I have a form linked to a table, this form also has a listbox with th
rowsource linked to a query based on the same table. When u click th
pickup button it sets the playerobtained field to true and the recor
appears in the query (having matched the criteria). My problem is whe
u click the button the listbox does not update, although when u move t
the next record and back again and then click the button, the listbo
does update. I have checked and the query is updating, just not th
listbox.
query sql:
SELECT Room.InventoryName, Room.PlayerObtained
FROM Room
WHERE (((Room.PlayerObtained)=True));
I use a macro to update the table and have tried the requery functio
with no luck
I have a form linked to a table, this form also has a listbox with th
rowsource linked to a query based on the same table. When u click th
pickup button it sets the playerobtained field to true and the recor
appears in the query (having matched the criteria). My problem is whe
u click the button the listbox does not update, although when u move t
the next record and back again and then click the button, the listbo
does update. I have checked and the query is updating, just not th
listbox.
query sql:
SELECT Room.InventoryName, Room.PlayerObtained
FROM Room
WHERE (((Room.PlayerObtained)=True));
I use a macro to update the table and have tried the requery functio
with no luck