Hey all,
I have been beating my brains out trying to fix this problem but can't seem to! Here Goes!
I created a database in which it says:
Date | Test Number | Vehicle ID | Violation | Location
the format for date is short date, test number is number (interger), and the rest are text. I then proceded to make the form. I have text boxes for the first 3 and combo boxes for the last 2. The data for Violation and Location come from a different table (their columns are also text)
the data for violations looks like this
Violaton (text)
393.4
345.14R
396.485(a)
...... and so on
Locaton (text)
1L
1R
2L
2R
... and so on
when i cycle through each row of data in the form it gives me an error:
The value you have entered isn't valid for this field
blah blah blah blah
i keep messing around with stuff and i can't seem to fix it!! any ideas??
thanks a ton!
MT
I have been beating my brains out trying to fix this problem but can't seem to! Here Goes!
I created a database in which it says:
Date | Test Number | Vehicle ID | Violation | Location
the format for date is short date, test number is number (interger), and the rest are text. I then proceded to make the form. I have text boxes for the first 3 and combo boxes for the last 2. The data for Violation and Location come from a different table (their columns are also text)
the data for violations looks like this
Violaton (text)
393.4
345.14R
396.485(a)
...... and so on
Locaton (text)
1L
1R
2L
2R
... and so on
when i cycle through each row of data in the form it gives me an error:
The value you have entered isn't valid for this field
blah blah blah blah
i keep messing around with stuff and i can't seem to fix it!! any ideas??
thanks a ton!
MT