L locksp Registered User. Local time Yesterday, 22:38 Joined Sep 15, 2009 Messages 20 Jul 5, 2010 #1 Is it possible for a table field value to be set by the value of another field within the same table? Regards Steve
Is it possible for a table field value to be set by the value of another field within the same table? Regards Steve
RuralGuy AWF VIP Local time Yesterday, 23:38 Joined Jul 2, 2005 Messages 13,819 Jul 5, 2010 #2 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.
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.