![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I want to make a control to become Visible if in the third Column of my list
box[lstModify] shows an "e" ,when I select a row I want the control to be visible The Control now is set no Visible/No Me.cmdEmail.Visible = IIf(IsOwnerWithEmail(Nz(Me.lstModify.Column(3), 0)) _ And IsEmailOn, True, False) Case Else Me.cmdEmail.Visible = False ------------------------------------- I have already a togggle button to email or not: Private Sub cmdSendMail_Click() If cmdSendMail.value = True Then cmdSendMail.Caption = "Send Email" Else cmdSendMail.Caption = "Do Not Send Email" End If CurrentDb.Execute "update tblAdminSetup set MailFlag = " & cmdSendMail.value End Sub |
Ads |
#2
|
|||
|
|||
![]()
OOps Sorry wrong group!!!!
"Bob V" wrote in message ... I want to make a control to become Visible if in the third Column of my list box[lstModify] shows an "e" ,when I select a row I want the control to be visible The Control now is set no Visible/No Me.cmdEmail.Visible = IIf(IsOwnerWithEmail(Nz(Me.lstModify.Column(3), 0)) _ And IsEmailOn, True, False) Case Else Me.cmdEmail.Visible = False ------------------------------------- I have already a togggle button to email or not: Private Sub cmdSendMail_Click() If cmdSendMail.value = True Then cmdSendMail.Caption = "Send Email" Else cmdSendMail.Caption = "Do Not Send Email" End If CurrentDb.Execute "update tblAdminSetup set MailFlag = " & cmdSendMail.value End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Not enough appointments are visible | Ken W | Outlook - Calandaring | 3 | February 5th 08 02:52 PM |
Sent Appointment - not visible | Maurice | Outlook and VBA | 2 | October 8th 07 04:53 PM |
Last row visible | TomThumb | Outlook and VBA | 4 | June 2nd 07 09:20 PM |
Entries not visible in Outlook, are visible via OWA | Sean C | Outlook - Calandaring | 2 | July 25th 06 07:40 PM |
Visible posts? | Bruce Garlock | Outlook Express | 2 | June 26th 06 03:36 AM |