skyline666
Programmer
Hi,
I want to be able to input yes or no in a field called ScheduleImpact in a table called Risk in Access. Now this sounds simple, but I am using SQL Server 2005 as a back end and Access 2003 as a front end (used as a project, not an application, so that it is on the same server as the database in SQL). In SQL I have the data type bit (to give 1 or 0). When I type in 1, or true, or yes in Access it gives me the value true. What I want to be able to do is change this true to a yes (or false to a no). I also want to be able to do this by still using the bit data type in SQL. Can this be done?
Many thanks in advance.
Andrew
I want to be able to input yes or no in a field called ScheduleImpact in a table called Risk in Access. Now this sounds simple, but I am using SQL Server 2005 as a back end and Access 2003 as a front end (used as a project, not an application, so that it is on the same server as the database in SQL). In SQL I have the data type bit (to give 1 or 0). When I type in 1, or true, or yes in Access it gives me the value true. What I want to be able to do is change this true to a yes (or false to a no). I also want to be able to do this by still using the bit data type in SQL. Can this be done?
Many thanks in advance.
Andrew