Advertisement

1 - 10 of 67 containing alltags:("MS access 2002") (0.002 seconds)
I wish for my users to be able to select a checkbox called "US" which will then display all products made in the USA.  If they uncheck the box all non-US products will be displayed in the form.  No...
Zones: Access FormsDate Answered: 01/21/2008 Grade: A Views: 0
In Access 2002  I have a long form with a tab control in the middle of the form.  When I scroll down to the tabbed section (centered on the screen) and  click on one of the tabs or on one of the co...
Zones: Access Forms, Visual BasicDate Answered: 02/27/2008 Grade: A Views: 0
I have a startup form where a user inputs there initials on a msgbox prompt and all there sales data associated with there initials will then be displayed as they enter a sales form.  The sales for...
Zones: Access FormsDate Answered: 02/24/2008 Grade: A Views: 0
Access 2002 (XP) Can someone tell me in simple words when the command "on error resume next" stop acting> After just the next VB command, when on error is redefined to a label or zero? Does it dep...
Zones: Access Coding/MacrosDate Answered: 02/28/2008 Grade: B Views: 16
Here is my code: Private Sub Form_AfterUpdate()     Forms![frmMasterShiftReport]![fsubVehicleStatus]!Form.Requery End Sub I get Run Time error '2465': MS Access can't find the field 'For...
Zones: MS Access, Visual Basic, VB DBDate Answered: 03/10/2008 Grade: A Views: 0
Whenever I open a code module window in Access, that code module window does not get cleared after I am done.  Even manually closing the window does not work.  When I go back into the access progra...
Zones: Access Coding/MacrosDate Answered: 05/25/2008 Grade: A Views: 0
I have a batch file that stips off the .txt extension and replaces it with a timestamp and moves the file to another server. I want this batch file to be executed via vb using the following code: ...
Zones: Windows Batch, Visual Basic, Access Cod...Date Answered: 04/10/2008 Grade: B Views: 6
Access 2002 (XP) VBA The methods .open and .close in Access VBA: can you omit the .doc when giving these a filname to open/close? EG:      wordapp.documents.open "myword" rather than    ...
Zones: Access Coding/MacrosDate Answered: 06/17/2008 Grade: A Views: 11
I am using a laptop connected to a PC card and in a timely fashion, need to check if there is a connection and continue with an update. Currently I am using code that creates a linked table through...
Zones: MS Access, MS SQL Server, SQ...Date Answered: 06/14/2008 Grade: A Views: 22
I need to go through a table listing all the filenames within a directory to check that those filenames are adhering to the prescribed naming convention. The users are supposed to create the filena...
Zones: Databases, MS Access, SQL SyntaxDate Answered: 06/20/2008 Grade: A Views: 0