Advertisement

1 - 10 of 53 containing alltags:("VBA, Microsoft Access") (0.005 seconds)
I have a dropdown combo box.  A user can either select a date from the list or type on in.  The problem is when I start to type in a date, the box auto fills with the bound column which is not the ...
Zones: Access FormsDate Answered: 12/20/2007 Grade: A Views: 54
When the user clicks on the Add button I use the followng code to write to two different tables.  Once the data is written to the tables I want the newly added info to display on the form.  How do ...
Zones: Access Forms, SQL Server 2005Date Answered: 12/28/2007 Grade: A Views: 0
I am trying to use the following error handling code so that if a user wants to enter a brand new client the code takes them to the first field and doesn't let them leave until they fill it out.  O...
Zones: Access FormsDate Answered: 01/03/2008 Grade: A Views: 22
I need code that does not allow the user to leave the page/tab until all the data is filled out.  With the following code I read through the records On Deactivate and display a message if the user ...
Zones: Access FormsDate Answered: 01/02/2008 Grade: A Views: 0
How do I use this input mask 99/99/00;0;_  with Date Time Picker.  Whenever I set the input mask the date Time Picker no longer shows.  Is there something else I can do. Thanks
Zones: Access FormsDate Answered: 01/03/2008 Grade: A Views: 180
I have a combo box with a row source of CaseNotesID   'key to the table Date: Format([CaseNotesDate],"mm/dd/yy")   'date field seen by the user ClientFileNo   'numeric field foreign key If I...
Zones: Access FormsDate Answered: 01/03/2008 Grade: A Views: 4
What would be the syntax if I want to have a findfirst for when the user selects from a combo box list and another for when they type something in?            'if user selects from the dropdown ...
Zones: Access FormsDate Answered: 01/04/2008 Grade: A Views: 0
I'm trying to use the following code to keep the user from leaving the page/tab until all the conditions are met.  It sort of works but it displays my message twice.  I think it's because of where ...
Zones: Access FormsDate Answered: 01/06/2008 Grade: A Views: 5
What I want is to require the user to enter 1 address(in a sub form)  before leaving the main form.  All but line 2 of the following code works if the cursor is on the 1st record.  However if the c...
Zones: Access FormsDate Answered: 01/08/2008 Grade: A Views: 49
I've created a query and I need to use 'between' but the logic needs to pick between 2 options after the 'and'.  Can I do that?   Between ("01/01/" & [Forms]![frmPlacementRpt]![txtYear]) And (...
Zones: Access ReportsDate Answered: 01/24/2008 Grade: A Views: 0