| Thread | Last Post | Replies |
|
| Specifying criteria of last month | 31 Dec 2007 23:18 GMT | 5 |
I want to print a report which only gathers data from the previous month. If I use dateserial (year(),month()-1,1) as my starting point I wil get an error when the month is January. What's the best way to setup a filter to include only records from last month?
|
| Tempory Path | 31 Dec 2007 22:19 GMT | 3 |
Do you know of a function that will reurn the name of the users temporary path? e.g. C:\Documents and Settings\MeUser\Local Settings\Temp
|
| VBA runtime error 429: ActiveX component can't create object | 31 Dec 2007 20:36 GMT | 5 |
I'm receiving the above error message when I instantiate Outlook in my VBA code (I've pasted the code below). I'm using Access 2003 on Windows XP. The code was working fine when I was running it on Window 2000 Professional (still on Access 2003), but when I was upgraded to ...
|
| API to generate pdf/cad preview? | 31 Dec 2007 19:40 GMT | 3 |
Hello and thanks in advance. I'm starting a fresh application to handle manufactured parts and components, and have just had this great idea for a main parts form, but really have no idea how to go about it.
|
| ADO vs DAO | 31 Dec 2007 18:40 GMT | 9 |
I would like to manipulate the data from my tablein my MDB files using query to get data base on the criteria. I just wonder that what are the difference between DAO or DAO to get my recordset and which way is the best way to do it.
|
| Carrying Values From Record to record | 31 Dec 2007 16:19 GMT | 3 |
I have a number of times that I want to look at the previous record in the data base to get a value for this record. For example, if I am putting in a series of entries with the same date, I would like to have the entry form keep the last date I entered until I change it again. ...
|
| connect a mac via ethernet | 31 Dec 2007 12:29 GMT | 1 |
|
| I want to export data from a table Access in Excel using vb6.0 | 31 Dec 2007 10:19 GMT | 2 |
I want to export data from a table Access using vb6.0 and ADO, can I do that? and how? thank you.
|
| Semi Automatic linking of front end to back end | 31 Dec 2007 01:50 GMT | 1 |
I am the administrator of a frontend backend application uisng Access 2003 that is installed in 45 locations. In most cases, the application is run from the server rather than having the app on the end user desktop. Each deployment of an upgrade, however, means linking the front ...
|
| combining 2 queries into one | 31 Dec 2007 01:03 GMT | 5 |
I have two tables, one for thousands of students and included in their record is their school name....there are dozens of different schools. Then I have another table with teachers and included in each of their records is their school name. I want to get a count of the ...
|
| How to go to last record when opening form | 31 Dec 2007 00:00 GMT | 7 |
I have the following code to open a form. I want to go to the last record when the form opens and I thought that it should be something like the following after the form is opened but it does not work: DoCmd.GoToRecord acDataForm, stDocName, , acLast
|
| Way to have VBA run on continuous forms | 30 Dec 2007 23:09 GMT | 2 |
I've got a continuous form, frmMain, that displays a list of the records in tblMain. Each record appears as a hyperlink and when clicked the record will open a form, frmInd, with just the record clicked displayed. I'd like to have an unbound text field display some information ...
|
| Dev Ashish's FTP module - Internet Data transfer Library | 30 Dec 2007 19:46 GMT | 3 |
Hi, I am having a problem getting Dev's FTP module (Internet Data transfer Library) working. (http://www.mvps.org/access/modules/mdl0037.htm). I am sure it is something I have not done properly.
|
| I use VB6.0 and Access | 30 Dec 2007 11:32 GMT | 9 |
I want to put the data from an Excel file in an Access database using VB6.0 (ADO), how can I do that? Thank you.
|
| How to change an written access program to a a web application? | 29 Dec 2007 18:39 GMT | 6 |
I've started my new job about 1 and 1/2 mnths ago, there is an written access application , and here is University with 20000 employees and now I have to install and debug this application for thousands of clients inside of my work, actually it is a system tracking for Vacation ...
|