Top "Ms-access-2003" questions

Microsoft Access 2003 - a rapid database application development tool - Use this tag for questions specific to Microsoft Access 2003.

Now() function with time trim

So the function =Now()....is there a way I can use this and only get the date, not the time? …

ms-access ms-access-2007 vba ms-access-2003
how to use distinct in ms access

I have two tables. Task and Categories. TaskID is not a primary key as there are duplicate values.When there …

sql ms-access distinct ms-access-2003
create form to add records in multiple tables

I am new to access (I have only 2003 version) and I am getting crazy. Consider also that I am a …

ms-access ms-access-2003
IIF query using OR operators not working

I'm trying to run the following as criteria in an MS access query. Basically what I want to do is: …

ms-access ms-access-2003
VBA Code to Close an Access Database Without Leaving a Shell of the application open

I'm currently using Application.Quit which leaves a shell of the MS Access Application open. After processing the calling function …

database ms-access vba ms-access-2003
MS Access: There isn't enough memory to perform this operation

I'm using Access 2003 on a duo-core machine with 4GB of RAM, running Windows XP (Service Pack 3) [5.1.2600] Periodically, I get an …

ms-access memory ms-access-2003
Check null value in MS Access Query

In SQL Server we can use IsNull() function to check whether expression value is null or not. For ex. Select …

ms-access ms-access-2003
how can i populate textbox through VBA in MS Access

I have a table RR_info which hold following fields RR_ID, HR_ID, No_of_Beds, Room_Category. Now …

ms-access ms-access-2007 vba ms-access-2010 ms-access-2003
Microsoft Access VBA - Run time error '3075'

I've encountered the run time error '3075'. I'm a novice in VBA! >.< Can i know where did …

ms-access vba ms-access-2003
How to see who is using my Access database over the network?

I actually have 2 questions: 1. How might I see who is using my Access database? E.g: There is someone with …

ms-access ms-access-2003 multi-user