G
Guest
I have managed to write my first form based on a query, however when I add a
new record to the table and subsequently try to view the record it is not
there (even though it is in the Table. I assume that I need to update the
query when I have written the record and also assume that it should be done
via "DoCmd.Requery".
Would the command syntax be something like "DoCmd.Requery "tbl_Stock" where
tbl_Stock is the Table I have just written the record to?
Thanks RayC
new record to the table and subsequently try to view the record it is not
there (even though it is in the Table. I assume that I need to update the
query when I have written the record and also assume that it should be done
via "DoCmd.Requery".
Would the command syntax be something like "DoCmd.Requery "tbl_Stock" where
tbl_Stock is the Table I have just written the record to?
Thanks RayC