thebatfink
Well-known member
- Joined
- Mar 29, 2012
- Messages
- 47
- Programming Experience
- Beginner
Hi,
I am creating a database. I have a field whose data can be in one of two states.. either the field is not valid for the particular record in which case I guess the user would input 'N/A' or it is valid and then all input data will be numeric.
I'm just curious on whether thats a sound decision considering standard practise?
The reason I side on the text field solution to allow a number or a string of 'N/A' is because I need to display N/A on the reports generated from the data (I can't have empty or blank fields printing out, it must be explicit that there is no data to show.. ie it isn't a printing error for instance).
Anyone care to offer an opinion on the correct way of handling this situation?
Thanks!
I am creating a database. I have a field whose data can be in one of two states.. either the field is not valid for the particular record in which case I guess the user would input 'N/A' or it is valid and then all input data will be numeric.
I'm just curious on whether thats a sound decision considering standard practise?
The reason I side on the text field solution to allow a number or a string of 'N/A' is because I need to display N/A on the reports generated from the data (I can't have empty or blank fields printing out, it must be explicit that there is no data to show.. ie it isn't a printing error for instance).
Anyone care to offer an opinion on the correct way of handling this situation?
Thanks!