locksp
07-05-2010, 06:54 AM
Is it possible for a table field value to be set by the value of another field within the same table?
Regards
Steve
Regards
Steve
|
View Full Version : Data Entry locksp 07-05-2010, 06:54 AM Is it possible for a table field value to be set by the value of another field within the same table? Regards Steve RuralGuy 07-05-2010, 11:51 AM The simple answer is: Access has no triggers at the table level. If a field in a table is completely dependant on another field in the table then it is not needed. A query will give you the value you need. |