I have a table which has a form built off of it. I am aware that you cannot enter a String value into a numeric value location of a table (via a form or manually). My question is this:
Is there a way in VB coding (or other way) to allow the user to enter a value which does not match the default value listed in the table?
Here is my situation as an example:
Two of my fields on the table are numeric, but there are situations where I would like to be able to enter "N/A" as a string value instead. One is a date format, and one is a currency format. These fields are for a due date and due amount. On some occasions, there would not be a due date or due amount when the database would request such information. Most situations where the information will be requested, the data will be in the numeric format mentioned for each field, it's probably only a 20% issue, but 20% is big enough of an issue to me.
Any ideas out there on how to solve this situation?
Is there a way in VB coding (or other way) to allow the user to enter a value which does not match the default value listed in the table?
Here is my situation as an example:
Two of my fields on the table are numeric, but there are situations where I would like to be able to enter "N/A" as a string value instead. One is a date format, and one is a currency format. These fields are for a due date and due amount. On some occasions, there would not be a due date or due amount when the database would request such information. Most situations where the information will be requested, the data will be in the numeric format mentioned for each field, it's probably only a 20% issue, but 20% is big enough of an issue to me.
Any ideas out there on how to solve this situation?