Using MS Access/Expert Profile


Ask A Question

Expertise

I can answer almost all types of questions relating to Microsoft Access usage and application design. My strengths are database and interface design.

Experience in the area

I've been designing databases for over 15 years working with dBase, FoxPro, Approach and Access.

Organizations

Author of Microsoft Office Access 2007 VBA
Techncial Editor for Special Edition Using Microsoft Access 2007 and Access 2007 Forms, Reports & Queries From Que Publishing

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
MOHAMMED ARFAN11/21/0910thanks
John11/20/0910101010From your reply, I need to clear .....
Ashley11/20/0910101010Thanks for all your help I had .....
Jamie11/19/0910101010 
Steven11/18/0910101010Ah! That's simple. I should have thought .....

Recent Answers from Scottgem

2009-11-21 MS Access If Function:

=Format(Date() + Choose(Weekday(Date(),vbMonday),1,1,1,1,3,2,1),"dddd") To test this Substiture a Date value for Date(). For example: Format(#11/20/09#+Choose(Weekday(#11/20/09#,vbMonday),1,1,1

2009-11-21 Time Calculation Using Access Query:

First, you need to understand how Access stores DateTime values. Access stores date/time values as a double precision number where the integer portion is the number of days since 12/30/1899 and the decimal

2009-11-20 MS Access AutoNumber feature:

If I follow you, you have two tables in one to many relationship. What's not clear is which is the one and which is the many. But these tables should NOT have the same primary key. They should both have

2009-11-20 How to connect a text field to combo box:

I would not use a combo in this case. I would use either an Option Group or a Check box. But the process is the same no matter what control you use. In the After Uodate event of the Status control

2009-11-20 To calculate gross,Net salary for an employee in Access:

Depends on the structure of your database. The proper structure would be using three tables like this: tblPayroll PayrollID (Primary Key Autonumber) EmployeeID (Foreign Key PayDate PayPeriodStart

 

Ask A Question

All Answers

Answers by Expert:


Ask Experts

Volunteer


©2009 About.com, a part of The New York Times Company. All rights reserved.