Access 2007 Questions and Answers

Recent IT Questions

1 - 20 of 82
<<PREVIOUS 1|2|3|4|5 NEXT>>

Database being auto duplicate when exit.

hi you, i've created a database for my dept and place it on shared server. The problem is everytime user exit from the database, there will be a duplicate of database at the server. Example: my database file name is correspondence_log.accdb, when user finished used the database, there will be an...

Answer Question   |  Nov 17 2009  7:23 AM GMT
Access 2007, Access Database, Microsoft Access
asked by Nurul2981

  5 pts.

Access 2007 IIF statement in query criteria

This is a query design looking at a checkbox on a form, if its checked, I would like to return only the database fields (ConfigData) that contain text. If it isn't checked, return all the fields whether they have text or not...Pretty basic filter I thought Seems like I'm getting close but can't...

View Answer   |  Nov 12 2009  5:04 AM GMT
IIF statement, Access 2007, Microsoft Access
asked by Scubacy

  25 pts.

EMAIL From MSAcess 2007 to Oulook/Exchange Server

My mail email routine for sending emails with a .doc attachment work fine using MSAcess 2003 but don't work using MSAcess 2007 Software/Hardware used: Office 2007 OS = XP

Answer Question   |  Nov 5 2009  1:13 PM GMT
Access 2007, Outlook, Outlook 2007
asked by Sea5

  5 pts.

Forms in Access 2007

I am using a form to upload data from the form into a database. I have a submit button on my form that upon clicking, needs to input all the users data into the correct slots in the database but I have no clue on how to do this, or where to get started. How should I go about solving this problem? ...

View Answer   |  Sep 25 2009  7:55 PM GMT
Access 2007, Visual Basic, SQL
asked by Jenkinac

  40 pts.

Capture SQL Server logged in db User name in Access 2007 Accdb

I have a SQL Server 2005 backend with an Access 2007 Accdb front-end application.  Security has been established via SQL Server database user groups with associated table-level permissions. I would like to disable certain form functionality based on the logged in user.  Is there a way...

asked by Ppeterso

  15 pts.

ACCESS 2007 and SQL Server 2005 Schema Updates

We have several clients with access to reports (provided via Views). The reports for each client are separated by being under a different SQL Server 2005 Schema. Obviously we can get each client to link to their Views but the client wants things to work like an ADP - that is, as reports are added,...

Answer Question   |  Aug 13 2009  2:56 PM GMT
SQL Server 2005, Access 2007, Microsoft Access
asked by NHSNick

  5 pts.

T-SQL query to ACESS 2007 database

I need examples of T-SQL queries running on SQL Server 2005 that retrieve data from a MS ACCESS 2007 Table. Any explanations are appreciated. Thanks

Answer Question   |  Aug 11 2009  6:32 PM GMT
Access 2007, Access Database, SQL Server 2005
asked by DamMan

  5 pts.

Microsoft Access table dropped primary key and index

I am using MS Access 2007 on Windows XP Professional. The main table in my Purchase Ordersdatabase has dropped its primary key and index (no duplicates). Previously, it worked without any problems, and caught duplicate values. Now, when I try to reset the primary key, I get the message, "The...

View Answer   |  Aug 10 2009  4:43 AM GMT
Microsoft Access, Access 2007, Access Database
asked by Swd144

  20 pts.

unable to connect to SQL from Access

I want to create a new database on SQL Server 2008 from Access 2007. I had no problem before I updated to vista from XP professional. When I test the connection, no problem, however when I try to create the database I get the message: The new database wizard does not work with the version of...

Answer Question   |  Aug 3 2009  6:10 PM GMT
SQL Server 2008, Access 2007, Microsoft Access
asked by Standaman

  15 pts.

Access 2007 on an Xserve Server

Is this possible to take a MS Access Db and run it on the Xserve Server

View Answer   |  Jul 30 2009  3:16 PM GMT
Access 2007, Xserve
asked by DarrylH

  5 pts.

Access Switchboard Problem

The title of the switchboard changes to the title of one of the items. I can't figure out why.

Answer Question   |  Jul 15 2009  3:22 PM GMT
Microsoft Access, Access Switchboard, Access 2007
asked by Tryan12

  25 pts.

External document used as an Access Form?

I remember in Access 2000 you used to be able to import an external document and use it as a Access form after overlaying the table fields. We use a "User Request form" that I would like to use but I do not see where or how to accomplish this with Access 2007(??) If this option has been...

View Answer   |  Jul 14 2009  2:46 PM GMT
Access 2007, Microsoft Access
asked by Rmason

  335 pts.

conversion from FileMaker Pro to Microsoft Access database

How do you convert filmaker pro 7 database to an access 2007 database file

View Answer   |  Jul 6 2009  8:16 PM GMT
Filemaker Pro, Microsoft Access, Access Database
asked by Ccardona

  5 pts.

With an Access form based on 1 table, can I have info from a related table automacially appear based on linked field?

With a form based on 1 table, can I have info from a related table automacially appear based on linked field? For example, let's say I have two tables linked by a Vendor ID number. On a form that is based on the Purchase Order table, I'd like the Vendor name to automatically appear on the form...

View Answer   |  Jul 6 2009  4:11 AM GMT
Microsoft Access, Database design, Access 2007
asked by Swd144

  20 pts.

Access Reports to PDF file

Greetings, I have an objective that's been driving me in circles.... Windows XP Office 2007 I need to figure out how to convert "multiple" Microsoft Access reports into one pdf file through vba. Access 2007 has easy way to convert one report at a time to pdf, however, I cannot figure out how to...

View Answer   |  Jun 29 2009  7:22 PM GMT
Access 2007, PDF, VBA
asked by SeenFresh

  25 pts.

Execute a query on table in different db that will make a table in currentdb

Cheers, I have an Access 2007 application that uses mostly vb.net code to create an excel spreadsheet with all the necessary data in the right places... The program uses a specific set of data that resides in a different database. What I would like to do is connect to the foreign table (which I...

View Answer   |  Jun 22 2009  9:55 PM GMT
Visual Basic, Visual Basic .NET, Access 2007
asked by Rjwilcox

  30 pts.

Access database table linked to Excel file question

Can multiple instances of the same access database be open when linked to same excel file?

View Answer   |  Jun 12 2009  7:38 PM GMT
Access 2007, Access Database, Microsoft Access
asked by SeenFresh

  25 pts.

Duplicating Form FieldsAccess 2007

I need to duplicate all fields in a form based on a table based dynaset. The duplicate record will then be modified and given a new pk.

View Answer   |  Jun 9 2009  4:03 PM GMT
Access 2007, Microsoft Access, Access forms
asked by Garyh

  5 pts.

Populate Access 2007 object in form

I am trying to populate a form object based on the value from a combo box. I have tried FindRecord and SetValue and so far nothing is working. Please help.

View Answer   |  May 27 2009  6:56 PM GMT
Access 2007, ComboBox, Microsoft Access
asked by OhioPat

  5 pts.

Performance Issue with an Access File Updated through an .accde file with Linked Tables

I have an Access 2007 Database for tracking daily time for 90+/- employees located on a shared network folder. To enter tasks and time, users click a batch file, which copies a separate .accde file to their C: drive and then opens the file. This .accde file contains a Form for data entry, linked...

Answer Question   |  May 19 2009  6:27 PM GMT
Access Database, Access 2007, Microsoft Access
asked by EngTech55

  10 pts.

1 - 20 of 82
<<PREVIOUS 1|2|3|4|5 NEXT>>