Top "Ms-access-2000" questions

Microsoft Access 2000 is an older version of Microsoft's entry-level, SQL, database application platform.

Deleting data from Access with VBA

I'm trying to delete every record from my current Access database in VBA where OTP = txtOTP.value and VARIABLE = {NomAdminContrats,…

sql ms-access vba ms-access-2000
Global variable loses its value

On this Access form I am working on I have a global variable that take its value from another form …

vba ms-access ms-access-2000
Send Raw Data to ZPL Printer using Visual Basic (MS Access 2000)

This is all that I can find, none of them work. Option Compare Database Option Explicit Private Type DOCINFO pDocName …

vba ms-access printing zebra-printers ms-access-2000
Auto-Resize Form and Contents in Ms-Access

Background: I am creating an application in Ms-Access that is to be launched on a multi-user platform - This means …

ms-access vba screen-resolution ms-access-2000
Updating a sub-form based on a list box selection

First of all I want to say that I have read other questions similar to this one but they don't …

ms-access ms-access-2000
Spell Check code in MS Access form field - throws error when change is accepted

I added the following code in the AfterUpdate event of a textbox in an MS Access form: Private Sub txtComments_…

ms-access vba ms-access-2003 ms-access-2000