473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

check box that updates record

hello. im a new user of ms access and im making a database regarding compliance to documentary requirements.

I have a table (Tbldocuments) whose fields are: credit information sheet, latest income tax return, picture.

I want my form to appear as follows
on file not on file na others

credit information sheet
latest income tax return
picture

under the column "on file", "not on file", "na" , "others", are checkboxes where user will check accordingly.

what i want is that the selected checkbox will update the record and when "others" is selected, a field will appear where user can input his/her remarks. His/her remarks will also updated the record.

please help.

thanks
May 22 '07 #1
1 1206
MMcCarthy
14,534 Expert Mod 8TB
hello. im a new user of ms access and im making a database regarding compliance to documentary requirements.

I have a table (Tbldocuments) whose fields are: credit information sheet, latest income tax return, picture.

I want my form to appear as follows
on file not on file na others

credit information sheet
latest income tax return
picture

under the column "on file", "not on file", "na" , "others", are checkboxes where user will check accordingly.

what i want is that the selected checkbox will update the record and when "others" is selected, a field will appear where user can input his/her remarks. His/her remarks will also updated the record.

please help.

thanks
If your form is bound to the appropriate table(s) and your checkboxes are part of an option frame then you will need to code an after update event on the frame using an IF Statement

Expand|Select|Wrap|Line Numbers
  1. If Me!frmName = 4 Then ' If others
  2.    Me!Remarks.Visible = True
  3. Else
  4.    Me!Remarks.Visible - False
  5. End If
  6.  
Don't forget to bind the Remarks textbox to the appropriate field.
May 25 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Rob R. Ainscough | last post by:
I've read several articles on the internet regarding the "Check Updates" problem from within VS.NET IDE. I'm having the exact same problem as many others where if I select "Check Updates", I get...
0
by: bbc | last post by:
Hello ; I would be grateful if someone could answer my question about diffgram updates I am using diffgrams to update database records. As you will know, the <before> tag section references...
2
by: aaj | last post by:
Hi all I have a continuous bound form and on each record is a tick box. The user ticks the boxes and these boxes define the batch. for future operations before they leave the page I count...
0
by: Eric Paul | last post by:
I have been in search of a better way to handle bulk inserts and updates into SQL 2000 using c# and while I have found a few different ways to accomplish this I was wondering what is considered to...
0
by: Frnak McKenney | last post by:
One part of a customer project I'm working on involves what seem like fairly straightforward updates to a set of related tables. While I've developed software for a number of years (it only seems...
1
by: scprosportsman | last post by:
Please help guys, i am trying to set up a database here at work and im fairly new to access in terms of writing functions and queries and stuff. I have 2 different places on my design that will...
5
by: starke1120 | last post by:
Im creating a check in – check out database for RF guns. I have a table that contains models. ID (primary key) Model A table that contains Gun Details ID (primary key) Model_id...
1
by: bcquadrant | last post by:
Hi there I am trying to make an update query that will update information in all occurances of duplicate records based on the First record for that duplicate set. There are about 30,000 records...
1
by: =?Utf-8?B?bmVpbG9scw==?= | last post by:
Everytime I reboot my computer I get a baloon pop up that says Automatic Updates is turned off. When I try to manualy update Windows I get the following message from Internet Explorer. Automatic...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.