Top "Ms-access-2010" questions

Microsoft Access 2010 Personal Relational Database Management System.

Lookup field appears as numerical values instead of text on Access report

I am trying to create a report putting a field called contact which has the name of a person. This …

ms-access-2010
Run time error 3021- no current record

I want to link the result of a query to a Textbox but I get this error: here is my …

vba ms-access ms-access-2010
FileDialog doesn't work

I've looked quite intensely, but couldn't find a post that directly solves my problem. The following code for a form …

vba ms-access ms-access-2010
SQL: IF statement Access 2010

I have trying to write a query in Access 2010. I have a table: Table name is power. I have trying …

sql if-statement ms-access-2010
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
"#type!" error on report calculated field

I have a report in Access with 3 fields on it: Width, Height and Area. Width and Height are pulled from …

ms-access ms-access-2010
Set Default Value of Text Box to Query Result

Fairly simple question. I have a text field in a form that I would like the default value to be …

ms-access-2010
Is there an Open File dialog for Access 2010 64bit?

How do I get an Open File dialog for Access 2010 64bit? Normally I would use the common dialog control but …

ms-access vba openfiledialog ms-access-2010
Separate label from textbox

Is there a way to separate a label from a textbox? I found that this is supposed to work : Select …

ms-access ms-access-2010
iif (Iserror ()) function still returning #error

I have the following function that creates a column in my query: MTD: IIf(IsError(FormatNumber([62xx]![F40])),0,FormatNumber([62xx]![…

function ms-access ms-access-2010