A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Yes/No fields



 
 
Thread Tools Display Modes
  #1  
Old November 15th, 2006, 05:16 PM posted to microsoft.public.access.tablesdbdesign
chris
external usenet poster
 
Posts: 2,039
Default Yes/No fields

I have two tables: customer and employee. Each has a field [Inactive],
formatted as Yes/No, Indexed (dupes ok).

When viewing table data, why does one show checkbox and the other show Yes
or No? They work correctly in queries, forms, reports. I am exporting and I
need it to be Yes or No. One does, one doesn't and they truly appear to be
setup the same.

Does anyone know?

--
Thanks for your help,
Chris
  #2  
Old November 15th, 2006, 05:22 PM posted to microsoft.public.access.tablesdbdesign
Jeff L
external usenet poster
 
Posts: 448
Default Yes/No fields

Look at the design of your table, select your Yes/No field and then
click on the Lookup tab down in the bottom where the field properties
are. My guess is that one is set to Checkbox and the other is set to
Textbox.

Hope that helps!


Chris wrote:
I have two tables: customer and employee. Each has a field [Inactive],
formatted as Yes/No, Indexed (dupes ok).

When viewing table data, why does one show checkbox and the other show Yes
or No? They work correctly in queries, forms, reports. I am exporting and I
need it to be Yes or No. One does, one doesn't and they truly appear to be
setup the same.

Does anyone know?

--
Thanks for your help,
Chris


  #3  
Old November 15th, 2006, 05:40 PM posted to microsoft.public.access.tablesdbdesign
chris
external usenet poster
 
Posts: 2,039
Default Yes/No fields

Thanks Jeff!

That was the issue. Now solved.
--
Thanks for your help,
Chris


"Jeff L" wrote:

Look at the design of your table, select your Yes/No field and then
click on the Lookup tab down in the bottom where the field properties
are. My guess is that one is set to Checkbox and the other is set to
Textbox.

Hope that helps!


Chris wrote:
I have two tables: customer and employee. Each has a field [Inactive],
formatted as Yes/No, Indexed (dupes ok).

When viewing table data, why does one show checkbox and the other show Yes
or No? They work correctly in queries, forms, reports. I am exporting and I
need it to be Yes or No. One does, one doesn't and they truly appear to be
setup the same.

Does anyone know?

--
Thanks for your help,
Chris



  #4  
Old November 15th, 2006, 06:00 PM posted to microsoft.public.access.tablesdbdesign
Duane Hookom
external usenet poster
 
Posts: 2,251
Default Yes/No fields

You might want to check the Format properties. I would probably use a query
with explicit expressions like:

NewColumnName: IIf([Inactive],"Yes","No")


--
Duane Hookom
MS Access MVP

"Chris" wrote in message
...
I have two tables: customer and employee. Each has a field [Inactive],
formatted as Yes/No, Indexed (dupes ok).

When viewing table data, why does one show checkbox and the other show Yes
or No? They work correctly in queries, forms, reports. I am exporting
and I
need it to be Yes or No. One does, one doesn't and they truly appear to
be
setup the same.

Does anyone know?

--
Thanks for your help,
Chris



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:02 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.