Microsoft
Software
Hardware
Network
Question : Clearing a combo box selection?
In the header of my form I have an alphabetical drop box that works. I can click on the arrow to jump to a record or type in some of the persons name and it will jump to their record. I also have a second box that does the same based on SSN.
If I select a record using a name and then I search on using SSN I have to clear the other box manually. Is there an automated was of clearing the opposite box?
Name box
SELECT [tblCaregivers].[ID], [tblCaregivers].[Caregiver
LastName]&
", " & [tblCaregivers].[Caregiver
FirstName]
AS Expr1 FROM [tblCaregivers] ORDER BY [tblCaregivers].[Caregiver
LastName],
[tblCaregi
vers].[Car
egiverFirs
tName]
SSN box
SELECT [tblCaregivers].[ID], [tblCaregivers].[Caregiver
SSN] FROM [tblCaregivers];
I have attached a screen shot
Answer : Clearing a combo box selection?
in the afterupdate event of the first combo box, clear the second combobox
private sub comboName_afterupdate()
me.comboSSN=""
end sub
Random Solutions
OWA SBS 2003 Not working internally or externally
Out of office assistant not forwarding mail when reply message is blank or empty.
Problems with BASC-2 POP and Data On the Run 5.0 for HP iPAQ
FTP script to get bin files from Unix server, after 1st file error "Bad file descriptor" rest files also error but all files can be manually pulled by mget at DOS-prompt.
Problem of calling Curl by Perl
How can I set up an auto-responder to let senders know that a new address should be used?
Win98se Won't Boot Up, Can Hear Fan, Monitor says "No Signal"
Equivalent for DECODE of ORACLE in SYBASE
How to plug an IDE cable from a motherboard to a laptop's Hard drive
Forms 6i Setup