| Thread | Last Post | Replies |
|
| Subreports | 11 Dec 2007 05:59 GMT | 1 |
On my computer Access will not let me use the subreport wizard feature. How can I use this, and does anybody know if I can download this feature.
|
| Access 2003 database downgrade to Access 2000 | 11 Dec 2007 04:39 GMT | 1 |
I use Access 2003 to open an Access 2000 database. The database has upgraded to Access 2003 version. I cannot use Access 2000 to open the database again. How can I convert the database to Access 2000 version? Thanks,
|
| Downlad from SAP | 11 Dec 2007 04:20 GMT | 3 |
I am going to need to do a download from SAP into Access. SAP has a provision to download data from SAP to Excel . What is the procedure to do this from SAP into Access. What is the best way to do this. Any tips or website to visit will be appreciated. Thank you in advance.
|
| Latest date in a query! | 11 Dec 2007 03:03 GMT | 6 |
What would I need to enter to show the one record of each client by latest date? Thanks for any Help..........Bob
|
| Help setting up Ms-Access Database | 11 Dec 2007 02:32 GMT | 3 |
I'm hoping that someone here can give me some assistance with a database I'm trying to set up. My skills in Access are fairly basic, and I'm trying to skill up, but some of the stuff is a little opaque. I'm trying to put some data I've got on paper into Access. Recently,
|
| Gap Before a Name | 11 Dec 2007 02:20 GMT | 2 |
Is it possible to have a gap before OwnerLastName , '', thanks in Advance if you can help..........Bob Name: IIf(IsNull([tblOwnerInfo].[OwnerLastName]),'',[tblOwnerInfo].[OwnerLastName]
|
| Access 2003 Developer Extensions | 11 Dec 2007 02:00 GMT | 4 |
Where can I download a trial of Access 2003 Developer Extensions? I cannot find it by searching for it. The only items available seem to be for 2007. Thanks.
|
| Database Structure | 11 Dec 2007 01:58 GMT | 2 |
I have a database that I created for use in our department to track employees. Can I have 2 seperate databases and have data from each show in a report? Also - Can functions on an excel sheet be imported into Access?
|
| Lost Database | 11 Dec 2007 01:33 GMT | 7 |
Dear Experts We run databases originally created in Access 97, but now use Office 2007. We ran Compact and Repair and somehow the database has been deleted, even though there was an error message saying that the file was read only. Afraid
|
| Generating a Random Number | 11 Dec 2007 00:30 GMT | 4 |
I am trying to assign a random number to each record so that each record will be assigned a specific attribute based on a cumulative distribution of historical data. While designing the make table query I start a new field that reads as follows:
|
| VB help with True/False Check box | 11 Dec 2007 00:26 GMT | 3 |
I would like to write some VB code which will run two different macros. If the Check box is NOT check, I want it to run one macro. If the Check box is checked, I want the macro to run a different one. I tried using the AfterUpdate and creating the following:
|
| changing report's record source | 10 Dec 2007 23:43 GMT | 5 |
I am using Access 2000 and I need to change the record source for a report. Unfortunately, I have never been able to do this. According to the help file, you should be able to do this and it looks quite simple. Well, I cannot even access the report. I have tried the following ...
|
| Controlling position of query window | 10 Dec 2007 21:30 GMT | 1 |
Good afternoon, I have a crosstab query that I use to essentially show coordinate values on an X x Y grid. The user can click a button to see the coordinates and up pops my crosstab query in the typical query way (a
|
| FileCopy for backup | 10 Dec 2007 21:18 GMT | 4 |
I want the user to click a button to backup the database they are in. Using: strProduction = CurrentDb.Name FileCopy strProduction, "c:\mydir\test.mdb"
|
| If, Then | 10 Dec 2007 21:01 GMT | 3 |
I have two tables (a) and (b) for simplicity sake. Can you link them conditionally as such. If field 1 table a = field 1 table b then table b field 7 = yes?
|