| Thread | Last Post | Replies |
|
| Next button don't go to addnew | 11 Apr 2008 16:29 GMT | 8 |
i want my Next button to go next if there is a record next. However, if reached last record and user clicked Next, it should not go next any further but shows a msg "your viewing the last record!" can someone tell me how to do so?
|
| Data Input Question | 11 Apr 2008 16:24 GMT | 3 |
I have a single form supplied by a query based on an underlying table. All I want to do is have someone input a lot of data and I'm trying to make it as simple as possible. There are three fields to input. The first field I made unbound, the next two I are bound to the table
|
| How to check if the result of a query is zero records | 11 Apr 2008 15:35 GMT | 3 |
I need to check before print my report that the result of a query is zero records. Something like: if qry1.recordset.count = 0 then
|
| Form position saving | 11 Apr 2008 15:28 GMT | 1 |
All, I have created a database that has a sort of console main menu. This is small and is reminiscent of a media player in skin mode. I have an anchor button on the form, where i wish to code the following. When the user clicks
|
| Filter w/order by | 11 Apr 2008 15:09 GMT | 2 |
My form has the order by property set to "[Birth Date] DESC" so that the youngest is first. The initial load with out a filter displays the rows in the proper order. Via code using an unbound textbox in the header section, the filter is set
|
| Strip out hyphens from column data? ex.2434-2343-4324 | 11 Apr 2008 14:03 GMT | 5 |
How do you strip out the hyphens in the following numbers? 23434-200234-234 23423-324244-234 23443-234313-343
|
| Open args code (pass values) new to coding | 11 Apr 2008 13:41 GMT | 3 |
I want to pass some values from one form to another. I have a form custsvcissue that is filled out by customer service with fields item and problem etc. The quality department review this form and if necessary selects a button which opens a new form (frmCar) for follow up ...
|
| DLookup | 11 Apr 2008 08:11 GMT | 2 |
I have a form (Access 2000) with store info on the top half and area info on the bottom - not necessarily related. I need to use a DLookup on the bottom half to follow the top. I have the code for finding numbers, but what changes do I need to make to it if I use
|
| multiple subform images per main search form record | 11 Apr 2008 05:39 GMT | 21 |
Hello. I am searching for a solution to a search form problem. I am not very familiar with VBA coding, so please bear with me. I have an Access db with 2 tables...structures and images. They are joined (one to many) by StationID with each StationID having multiple images ...
|
| suming up text box from other text boxes that have a sum formula | 10 Apr 2008 22:59 GMT | 4 |
I have three text boxes, i.e. "text box C" that sums up "text box A" and "text box B". I have a text box at the bottom of the sub form that sums up the values for "text box C"
|
| updated records are displayed as #deleted# | 10 Apr 2008 22:03 GMT | 1 |
I've got a command button on a form which clears all of the current entries in a table, and then adds a default set of entries (from another table)... Generally, it works fine, but sometimes (I haven't found a pattern yet) the displayed data is a form full of records marked ...
|
| Need help with Code Please!!! | 10 Apr 2008 21:54 GMT | 26 |
This code works great in one of my databases and I am tring to change it up a bit to work in another database. I am have trouble, can anyone help here is a copy of the code. Option Compare Database
|
| Color Picker Control/Dialog | 10 Apr 2008 21:35 GMT | 4 |
Hi, all! Have a A2003 database where each employee team is to be represented by a different background color on forms and reports. On the setup form, I want to pop up a dialog containing the normal Access "color picker" box like
|
| Returning readable lookup value not integer value from table | 10 Apr 2008 20:37 GMT | 4 |
Howdy all. Trying to research how you return the readable name, e.g. Joe Blow instead of 8 from a field, e.g. claimspecialistID. Have a large SQL statement where the recordset gets exported to Excel.
|
| How to move an Excel file to another folder | 10 Apr 2008 20:15 GMT | 2 |
Hi, I have a function that reads in an excel file and does a process in the Access database. I want to know is there a way to move that file to another folder when the process is done. Thanks in advance.
|