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 » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

default value for check box with existing data



 
 
Thread Tools Display Modes
  #1  
Old June 1st, 2009, 09:11 PM posted to microsoft.public.access.forms
LisaK
external usenet poster
 
Posts: 143
Default default value for check box with existing data

I have a form that we have been using for a couple of years so it has alot of
existing data in it. I would like to make a change to one of the subforms
and have 3 current check boxes automatically be checked when I append new
data. How do I do this without changing the existing data? I am a very
basic access user so I do not know how to code or anything fancy.

Thanks.

  #2  
Old June 1st, 2009, 09:37 PM posted to microsoft.public.access.forms
Beetle
external usenet poster
 
Posts: 1,254
Default default value for check box with existing data

How about just setting the default value to True.

--
_________

Sean Bailey


"LisaK" wrote:

I have a form that we have been using for a couple of years so it has alot of
existing data in it. I would like to make a change to one of the subforms
and have 3 current check boxes automatically be checked when I append new
data. How do I do this without changing the existing data? I am a very
basic access user so I do not know how to code or anything fancy.

Thanks.

  #3  
Old June 2nd, 2009, 12:31 AM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default default value for check box with existing data

Beetle's answer is correct. That is all you need to do. It will not affect
existing records, it will only make the field in the existing records = True.

The reason I responded to you post is because you either are mistating or
you have an incorrect understanding of where data is.

Forms do not contain any data. They only present data on the screen. All
data is held in tables. Queries can be used to extract data from tables to
present a recordset. Forms have a record source property that identifies
which query or table to use to manipulate the data.
--
Dave Hargis, Microsoft Access MVP


"LisaK" wrote:

I have a form that we have been using for a couple of years so it has alot of
existing data in it. I would like to make a change to one of the subforms
and have 3 current check boxes automatically be checked when I append new
data. How do I do this without changing the existing data? I am a very
basic access user so I do not know how to code or anything fancy.

Thanks.

  #4  
Old June 2nd, 2009, 03:06 PM posted to microsoft.public.access.forms
LisaK
external usenet poster
 
Posts: 143
Default default value for check box with existing data

Yes I do know that the form does not contain the data and it is stored in a
table. My question was just worded wrong.


"Klatuu" wrote:

Beetle's answer is correct. That is all you need to do. It will not affect
existing records, it will only make the field in the existing records = True.

The reason I responded to you post is because you either are mistating or
you have an incorrect understanding of where data is.

Forms do not contain any data. They only present data on the screen. All
data is held in tables. Queries can be used to extract data from tables to
present a recordset. Forms have a record source property that identifies
which query or table to use to manipulate the data.
--
Dave Hargis, Microsoft Access MVP


"LisaK" wrote:

I have a form that we have been using for a couple of years so it has alot of
existing data in it. I would like to make a change to one of the subforms
and have 3 current check boxes automatically be checked when I append new
data. How do I do this without changing the existing data? I am a very
basic access user so I do not know how to code or anything fancy.

Thanks.

  #5  
Old June 2nd, 2009, 03:06 PM posted to microsoft.public.access.forms
LisaK
external usenet poster
 
Posts: 143
Default default value for check box with existing data

Would I do this in the table or the form?


"Beetle" wrote:

How about just setting the default value to True.

--
_________

Sean Bailey


"LisaK" wrote:

I have a form that we have been using for a couple of years so it has alot of
existing data in it. I would like to make a change to one of the subforms
and have 3 current check boxes automatically be checked when I append new
data. How do I do this without changing the existing data? I am a very
basic access user so I do not know how to code or anything fancy.

Thanks.

  #6  
Old June 2nd, 2009, 05:17 PM posted to microsoft.public.access.forms
Beetle
external usenet poster
 
Posts: 1,254
Default default value for check box with existing data

In the table.
--
_________

Sean Bailey


"LisaK" wrote:

Would I do this in the table or the form?


"Beetle" wrote:

How about just setting the default value to True.

--
_________

Sean Bailey


"LisaK" wrote:

I have a form that we have been using for a couple of years so it has alot of
existing data in it. I would like to make a change to one of the subforms
and have 3 current check boxes automatically be checked when I append new
data. How do I do this without changing the existing data? I am a very
basic access user so I do not know how to code or anything fancy.

Thanks.

 




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 05:43 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.