I have a form where the user selects the type of time off they wish to request. It is defined as follows:
Control Source: Time Off Type (data type is Text and field size =1)
Row Source Type: Value List
Row Source: "V";"Vacation"; "P";"Personal"; "S";"Sick";"B"; "Bereavemen t"
Column Heads: No
Column Count: 2
Bound Column: 1
The user selects the value from the drop list or types it in manually and when they try to tab to the next field they get the Field Too Small error message and locks up the form. There is no event assigned to this field. I can resolve the error, at least temporarily for that specific user, by doing a Compact and Repair Database. This application initially was running fine but now this error is appearing with most users. I'm leaning toward removing the drop down table and simply instructing them to enter the V, P, S, or B unless there is a simple fix.
Control Source: Time Off Type (data type is Text and field size =1)
Row Source Type: Value List
Row Source: "V";"Vacation"; "P";"Personal"; "S";"Sick";"B"; "Bereavemen t"
Column Heads: No
Column Count: 2
Bound Column: 1
The user selects the value from the drop list or types it in manually and when they try to tab to the next field they get the Field Too Small error message and locks up the form. There is no event assigned to this field. I can resolve the error, at least temporarily for that specific user, by doing a Compact and Repair Database. This application initially was running fine but now this error is appearing with most users. I'm leaning toward removing the drop down table and simply instructing them to enter the V, P, S, or B unless there is a simple fix.
Comment