I'm using an UPDATE query, which is run when I click a button on a form.
The update query add to a table with this structure
LETTER CODE - A single Letter
Value - A numeric value
Date - A Date
The table thats being updated should not have any duplicate records in it.
The two fields that should not be duplicated are
LETTER CODE and DATE
so if the destination has
LETTER CODE = A &
DATE = 01/01/01
then no records should be able to be added that contain this.
(it seems like a multi field no duplicates index kinda thing, but I don't know how to control it)
any ideas???
The update query add to a table with this structure
LETTER CODE - A single Letter
Value - A numeric value
Date - A Date
The table thats being updated should not have any duplicate records in it.
The two fields that should not be duplicated are
LETTER CODE and DATE
so if the destination has
LETTER CODE = A &
DATE = 01/01/01
then no records should be able to be added that contain this.
(it seems like a multi field no duplicates index kinda thing, but I don't know how to control it)
any ideas???