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  

Help on a design



 
 
Thread Tools Display Modes
  #1  
Old December 3rd, 2007, 06:24 PM posted to microsoft.public.access.forms
dplove
external usenet poster
 
Posts: 52
Default Help on a design

I have a form called "software info". In this form is a subform with the
license number for the software. I have also created a "check out/in" form
for the software. In the software form I have a button that I can click on
that will open the "check out/in" form in order for me to put in the info
when someone borrows the software.

Here is what I would like to happen after I have inserted the info into the
"check out/in":
When it is checked out I would like, maybe a red button or something, that
says that the software has been checked out. Also when it returns I would
like for the above red button to uncheck or disappear. Can this be done and
how?

Thanks
  #2  
Old December 3rd, 2007, 07:10 PM posted to microsoft.public.access.forms
Klatuu
external usenet poster
 
Posts: 7,074
Default Help on a design

I have a similar application. What I use is an Option Group with two Toggle
Buttons. One says Check Out and the text is red. The other says Check In
and the text is green. There is a Boolean field in the table that indicates
whether a record is checked in or out. If it is Checked In, The Check In
button is disabled and if Checked out, the Check Out button is disabled. I
use the After Update event of the option button to update the checkout field
in the table and enable and disable the correct buttons.
--
Dave Hargis, Microsoft Access MVP


"dplove" wrote:

I have a form called "software info". In this form is a subform with the
license number for the software. I have also created a "check out/in" form
for the software. In the software form I have a button that I can click on
that will open the "check out/in" form in order for me to put in the info
when someone borrows the software.

Here is what I would like to happen after I have inserted the info into the
"check out/in":
When it is checked out I would like, maybe a red button or something, that
says that the software has been checked out. Also when it returns I would
like for the above red button to uncheck or disappear. Can this be done and
how?

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 01:54 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.