| Thread | Last Post | Replies |
|
| Error 3001 in find in recordset | 20 May 2008 09:00 GMT | 2 |
hoping to find some solutions over here. The problem I encounter is that during running the loop trough the recordset rs_Ord, an error message pops up at record 2366 when I'm at possition: rs_Spok.Find (SrchStr); indicated with comment.
|
| Deleting Selected records from a table via Visual Basic | 20 May 2008 01:16 GMT | 6 |
Having some issues deleting records from a table based on a text field in that table. I want to delete all fields in the table 'tblTags' inserted by an auto process, creatively designated by the text "auto" in a field 'DataEntry'. The
|
| export to excel without cutting off data | 20 May 2008 00:00 GMT | 3 |
I have an application that should be exporting long strings from an Access query to an excel spreadsheet. Each week the spreadsheet should be overwritten. The problem that I'm finding is that the long strings are cut off (I'm assuming at the 255 char). I have tried the following ...
|
| how can i filter my database? | 19 May 2008 22:58 GMT | 14 |
can someone please help me how to filter my database? i need to filter it by placing a combo box "company names" (contains name of clients, under the names are status report for each) and placing date range of status you want to view. is this possible? hope someone can help me.. ...
|
| time fields in query | 19 May 2008 22:38 GMT | 3 |
How does one write update and/or delete and/or append queries using data in time format when the field in the access table is date/time with medium time?
|
| How to create a User Login Form | 19 May 2008 22:29 GMT | 5 |
I’m trying to run the code here: http://www.databasedev.co.uk/login.html Sometime seems to be not quite right. I have a table called ‘tblLogin’ with the following fields ID, Login, Password, Email, Name, and Level.
|
| Problem With IsFormLoaded Do Loop Code | 19 May 2008 21:48 GMT | 1 |
The code is meant to open a form, get input, hide the form, take the input and apply it to the first form. Basically, if the user selects 'Other', I want to know what the Name and Category of the 'Other' is. When the form opens, if the user only uses the keyboard, everything ...
|
| How to Call Outlook Custom Form from Access | 19 May 2008 19:03 GMT | 2 |
I am trying to call a custom form in outlook from access. I need to call the form and paste the data from an access form field into the outlook form. Currently, I can just call an outlook mail item and post the data in there but I cant figure out how to call a custom form. I ...
|
| Dynamically Referencing fields in a MS Access queue | 19 May 2008 18:15 GMT | 1 |
I'm dealing with a poorly designed MS Access database. Fieldname include the month/year of the data. I need to know current months values and that needs to change from month to month. Is there a way to dynamically reference the field name within a queue? I've got the code to ...
|
| Clear Data in Table, then Import from Excel SS | 19 May 2008 17:54 GMT | 2 |
Is there a way to programatically delete data in an Access table and then import fresh data from an Excel spreadsheet? I know VBA for Excel but not for Access. What is the best way to import fresh data into an Access table? I guess I could link the source data to the ...
|
| Tricky file import problem using vba | 19 May 2008 17:42 GMT | 5 |
I have a very tricky import problem. My directory contains files named according to the following convention: 7 digits, 1 alpha where the first 4 digits represent an ID
|
| Count Records based on Criteria | 19 May 2008 16:53 GMT | 4 |
I have a table which lists all sales made by a provider. How can I count the number of States in which providers make sales? Caveat: A provider may make multiple sales in a State, and in that case I want the counter to count 1 (one State).
|
| Program Table PK to start over at 1 | 19 May 2008 16:44 GMT | 6 |
I have a table (tblQueue) that consists of a composite PK of the fields [Q_ID] and [TODAY]. In this table, When a new year begins I would like [Q_ID] to start over again at 1 (This field is an AutoNumber field). Since I am using a compisite PK will access allow me to do this? I ...
|
| Disable/Enable the Shift Bypass Key | 19 May 2008 16:13 GMT | 2 |
I am using Access 2007. I tried to utilize the code at this site: http://www.databasedev.co.uk/disable_shift_bypass.html I created a control button and associated some code with the button. When I click the button I get the following message:
|
| Return to Same Record, Not Top | 19 May 2008 15:10 GMT | 6 |
My second visit in one day to the fount of all knowledge ... Access 2003/Windows XP, have a form/subform where the user can flag selected items in the subform, then pop open a batch actions form, set parameters, and run any of several batch actions on the flagged records. All ...
|