PC Review


Reply
Thread Tools Rate Thread

Checkboxes that update more than one record

 
 
Zara
Guest
Posts: n/a
 
      22nd Jun 2006
Hello! I have several records in each of my tables with the same
company name, address, Company ID, etc... with one or two fields that
contain different data (Like username and password for a website). I
am using Access as a way to keep the information on the companies all
in one place (I import the updates from Excel weekly) and use
checkboxes to track what items we have for each company in a physical
file here in the office. We only have one folder for each company,
though one company might be listed in the table up to 10 times. When I
go to the first record for a particular company on my form and check
the boxes to indicate that we have ex) "form A", "form D" and "form X"
in the folder for them, I want the checkboxes for all of the records
with the same company ID to update automatically. How do I accomplish
this? Thank you for your help!!! -Zara

 
Reply With Quote
 
 
 
 
jahoobob via AccessMonster.com
Guest
Posts: n/a
 
      22nd Jun 2006
You need two tables. One with the company info, including your checkbox data
and the other with the username, website, etc. data tied to the company info
table by a unique ID number primary key. This is the advantage of a
relational database (you have to store the data only once.)

Zara wrote:
>Hello! I have several records in each of my tables with the same
>company name, address, Company ID, etc... with one or two fields that
>contain different data (Like username and password for a website). I
>am using Access as a way to keep the information on the companies all
>in one place (I import the updates from Excel weekly) and use
>checkboxes to track what items we have for each company in a physical
>file here in the office. We only have one folder for each company,
>though one company might be listed in the table up to 10 times. When I
>go to the first record for a particular company on my form and check
>the boxes to indicate that we have ex) "form A", "form D" and "form X"
>in the folder for them, I want the checkboxes for all of the records
>with the same company ID to update automatically. How do I accomplish
>this? Thank you for your help!!! -Zara


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200606/1
 
Reply With Quote
 
jahoobob via AccessMonster.com
Guest
Posts: n/a
 
      22nd Jun 2006
You need two tables. One with the company info, including your checkbox data
and the other with the username, website, etc. data tied to the company info
table by a unique ID number primary key. This is the advantage of a
relational database (you have to store the data only once.)

Try using Analyze to split your tables. I know it takes the fun out of doing
it yourself but...


Zara wrote:
>Hello! I have several records in each of my tables with the same
>company name, address, Company ID, etc... with one or two fields that
>contain different data (Like username and password for a website). I
>am using Access as a way to keep the information on the companies all
>in one place (I import the updates from Excel weekly) and use
>checkboxes to track what items we have for each company in a physical
>file here in the office. We only have one folder for each company,
>though one company might be listed in the table up to 10 times. When I
>go to the first record for a particular company on my form and check
>the boxes to indicate that we have ex) "form A", "form D" and "form X"
>in the folder for them, I want the checkboxes for all of the records
>with the same company ID to update automatically. How do I accomplish
>this? Thank you for your help!!! -Zara


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200606/1
 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a
 
      27th Jun 2006
Data should never be repeated in a table (for the most part). Check out
"Normalizing" data in the Access Help (or other documentation).

If data is mention only once then it only needs changed once and then it
will effect everywhere the data get referenced.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


"Zara" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello! I have several records in each of my tables with the same
> company name, address, Company ID, etc... with one or two fields that
> contain different data (Like username and password for a website). I
> am using Access as a way to keep the information on the companies all
> in one place (I import the updates from Excel weekly) and use
> checkboxes to track what items we have for each company in a physical
> file here in the office. We only have one folder for each company,
> though one company might be listed in the table up to 10 times. When I
> go to the first record for a particular company on my form and check
> the boxes to indicate that we have ex) "form A", "form D" and "form X"
> in the folder for them, I want the checkboxes for all of the records
> with the same company ID to update automatically. How do I accomplish
> this? Thank you for your help!!! -Zara
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding a new record at subform should update an existing record (not create new record) Mark Kubicki Microsoft Access Form Coding 1 16th Jan 2009 08:34 AM
count the number of checkboxes in a record Frustrated Microsoft Access Forms 3 4th Jun 2008 06:13 PM
checkboxes not updating and how do I move to next record? =?Utf-8?B?VGluYQ==?= Microsoft Access Form Coding 3 7th Mar 2006 03:40 AM
Using checkboxes to choose the correct record =?Utf-8?B?QW1idS1BbA==?= Microsoft Access Queries 1 12th Oct 2005 05:22 PM
Turning record fields into checkboxes on a form Santiago Gomez Microsoft Access Queries 6 12th Dec 2003 10:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:11 PM.