A
Allie
I would like to limit users to one entry per day in a
table. Here are some of the fields in the table
ID - autonumber (PK)
UserID - text
Date - date
Unit - number
totalTrans - number
I would like to have it where the user (userID) can only
have once entry per date.
Thanks
table. Here are some of the fields in the table
ID - autonumber (PK)
UserID - text
Date - date
Unit - number
totalTrans - number
I would like to have it where the user (userID) can only
have once entry per date.
Thanks