| Thread | Last Post | Replies |
|
| Exporting from access to excel problem using vba. | 05 May 2005 22:42 GMT | 1 |
I am trying to export a query from Access 2002 to Excel 2002 using VBA where the query result has just under 30,000 rows. The following error message appears - 'There are too many rows to output, based on the limitations specified by
|
| Multiply? | 05 May 2005 22:37 GMT | 1 |
Using Eval(Replace([fruit],X,*) 10 X 10 = 100 But how to make this When i type 10 X 10 automatically ==> 10mm X 10mm
|
| Syntax Help Needed Please | 05 May 2005 22:23 GMT | 1 |
I have added a frame to my form and now want to find a specific record in my Cash Reciepts table to update the proper balance. I previously just used rst.movefirst as this was the only account that we deposited to.
|
| automate macro run via switch input, rather than button click | 05 May 2005 21:10 GMT | 3 |
I presently have a macro that is run via clicking a form button. I need to automate the process by replacing someone having to manually click the button with an input from a photo eye switch, or proximity switch. My initial thought is for Access to constantly monitor for a 0 or 1 ...
|
| How Can Access Generate a Unique Random Positive Number? | 05 May 2005 20:35 GMT | 2 |
I need access2003 to generate a unique random number that is positive and at least 6 digits in length
|
| Using SQL Statements in VBA connected to Access Database | 05 May 2005 20:27 GMT | 2 |
I'm having problems(SYNTAX error messages or wrong text added to database table) when I use the following UPDATE and INSERT INTO SQL statements in my VBA code, why is this? "INSERT INTO LogIn (UserID,PW) VALUES=(txtNewUserName.text,CurrentUser)"
|
| Using Find In ADO | 05 May 2005 20:11 GMT | 2 |
Hi I have some VBA code building a query I run the code to add a new record this works fine what I need to do is edit the a record in the same query, if the record already exists I want to edit it if not add it. I have been trying to use the find a bit like in DAO with findfirst ...
|
| Access 2003 runtime error | 05 May 2005 19:39 GMT | 7 |
I know absolutely nothing about Access, but get to support it. I have a client that was just upgraded to Access 2003. He has a database that he is getting a runtime error on all of a sudden. It happens after the delete confirm event. It says runtime error 2424 - the expression ...
|
| No Current Record | 05 May 2005 19:31 GMT | 3 |
I'm trying to test for No Current Record in a DAO recordset. It happens when my strSQL returns a blank recordset from the db. I was trying to use IsNull(rs(0)) or IsNull(rs.Fields(0)) but they don't work. Any suggestions?
|
| step through table and select data for reporting values | 05 May 2005 15:44 GMT | 6 |
Looking for some help, I have a report with an unlimited amount or rows. Each row has 9 text boxes. I need to somehow write a code or expression that will do the following for each of the nine text boxes found on a report line. textbox 1
|
| No data event in report | 05 May 2005 15:26 GMT | 2 |
I have a command button on a form that I am using to open a report showing items to be despatched on a job. I have the following code on the click event Private Sub btnDespatchList_Click() Dim strWhere As String
|
| Excluding weekend and holidays | 05 May 2005 14:24 GMT | 4 |
I want my database to suggest the next working day to a user for an appointment, excluding weekends and holidays. I have seen the code at http://www.mvps.org/access/datetime/date0012.htm but not sure how to utilise this?
|
| Disable access to the database window | 05 May 2005 14:18 GMT | 8 |
I would like to disable access to the database window for a general user, but allow an admin user access. I know about the Special Access keys under start up, but my understanding is that this is a global, rather then a user specific, setting.
|
| Please No Space!!!! | 05 May 2005 14:18 GMT | 4 |
How to type a control source or field or a form where they have spaces between the words in vba? eg codes and product if
|
| links unreadable in Linked Table Manager | 05 May 2005 14:06 GMT | 4 |
I would like to compile a table showing the path and db.name for all linked tables in the db at the time it is opened. The linked table manager list does not permit viewing the entire string and the dialog can't be stretched to accommodate the string.
|