R
Renraf
Yet another question here. (Please let me know if these are in the wrong
Discussion Group, by the way. "Programming" sounded pretty close to me, but I
could be wrong). Based on the entry in a lookup field, I want to enable other
fields in the record/form. Here's the structure:
PrimaryTaskLogs:
*Category (lookup field)
-NOT TICKET RELATED-
-Customer Install
-Customer Repair
-etc.
*PullReviewOrder (number of minutes)
*ManageMaterials (number of minutes)
*PerformTask (number of mintues)
*etc.
Category is going to default to "NOT TICKET RELATED," and each of the number
fields (PullReviewOrder, etc) will default to 0 and be locked for editing. If
the user selects any other Category, then the other fields will unlock for
editing.
Anyone know how to code this in VisualBasic (and VBScript, if possible)?
I appreciate everyone's time. My other two questions I just assumed would be
included in Access's validation and default value options, since that seems
to me to be the whole point of related tables (treating the related data like
one large set), so I was surprised to find out I could not do what I needed
without knowing some VB.
Discussion Group, by the way. "Programming" sounded pretty close to me, but I
could be wrong). Based on the entry in a lookup field, I want to enable other
fields in the record/form. Here's the structure:
PrimaryTaskLogs:
*Category (lookup field)
-NOT TICKET RELATED-
-Customer Install
-Customer Repair
-etc.
*PullReviewOrder (number of minutes)
*ManageMaterials (number of minutes)
*PerformTask (number of mintues)
*etc.
Category is going to default to "NOT TICKET RELATED," and each of the number
fields (PullReviewOrder, etc) will default to 0 and be locked for editing. If
the user selects any other Category, then the other fields will unlock for
editing.
Anyone know how to code this in VisualBasic (and VBScript, if possible)?
I appreciate everyone's time. My other two questions I just assumed would be
included in Access's validation and default value options, since that seems
to me to be the whole point of related tables (treating the related data like
one large set), so I was surprised to find out I could not do what I needed
without knowing some VB.