| Thread | Last Post | Replies |
|
| Search for previous or next record | 18 Aug 2006 18:15 GMT | 2 |
I have a button on my form that will delete a record. I then need it to go to the next record, if there is one or the previous record if there is one. If not a previous or next record, close the form. The following code has been unsuccessful. Any help is appreciated.
|
| Spell check | 18 Aug 2006 18:09 GMT | 4 |
I have a form with subform and I need to add spell check button. How to begin? what to do? TIA, Tom
|
| Disable Make Table Query Warnings in Access 2000 | 18 Aug 2006 17:54 GMT | 3 |
Hi, How can I disable the warnings in executing a make table query? I have a command button that executes the make table query with the following code: CurrentDb.Execute "qryRODetailTempMake", dbFailOnError
|
| #Error in subform textbox when main form first opened | 18 Aug 2006 17:45 GMT | 2 |
I'm new to Microsoft Access, and I've been having a few frustrating problems. Today I'm wrestling with a main form that has a number of subforms and an #Error that appears in one of the subform controls ONLY when the main form is first opened and ONLY if a particular control
|
| Update Record in a seperate Database | 18 Aug 2006 17:29 GMT | 2 |
Hi, I am trying to update a record in a different database to the current one that I am using. I wish to update the Job status field to INSPECTION COMPLETE in the other database. The problem that I have is that I only know how to
|
| DCount vs something better? | 18 Aug 2006 17:09 GMT | 6 |
A2K I have four unbound controls that I am using to give the user a summary based off the Task List. An example of one of the controls would be, how many Tasks matching today's date. I am doing this by using an IIF statement in the
|
| excel functions in Access | 18 Aug 2006 16:27 GMT | 2 |
Hey I am trying to take the functions I have in excel and try and import them into access. I can only import the data. Is there anyway to get the equations I have in excel and have them transfer or convert to access?
|
| incremental number | 18 Aug 2006 15:58 GMT | 5 |
I want to set a field (docId) value to be equal to: two Letters + year + incremental number. Ex: VD20061; VD20062; VD20063 I have the fowling code for the letter and for the year:
|
| Starting a database | 18 Aug 2006 15:30 GMT | 1 |
Hey! I am kinda stuck here with a database I'm doing. I am using VB code for som calculations. An error is coming up saying, "CANNOT JUMP TO 'txt_Interest' BECAUSE ITS NOT IN THE LIBRARY 'Q:..........' WHICH IS NOT CURRENTLY REFERENCED.
|
| Change Combo Box search order | 18 Aug 2006 15:25 GMT | 3 |
I have a membership database and I use combo-boxes to find member names for various different tasks. I have set up an option to "sort" the data by Member name or Membership Number, but I have done this using two different queries which have different columns and sort orders.
|
| Print starting on 2nd Page | 18 Aug 2006 15:13 GMT | 1 |
I have cmd button on a form to print a report. If am mailing the report, I do not want to print the first page of the report. The user selects whether the report is faxed or mailed. I can use the PrintOut action but need to make the report the active object.
|
| Use "Like" Statement in Combo Look-Up Filter | 18 Aug 2006 14:49 GMT | 5 |
I would like to include a like statement in my combo look up filter. This is what is in the criterion now: [forms]![frmSearch]![cboStreetNames] This is the SQL I've used in the past, it works great but I would rather use
|
| errors in design view | 18 Aug 2006 10:54 GMT | 4 |
I am designing my own contact managent database and i have changed some of the auto columns to my own heading but i am getting an error code(little green tag) i have tried all suggested ways of removing the error code but to no avail... am i doing something wrong and can any one ...
|
| no records on the 'one' side | 18 Aug 2006 08:20 GMT | 1 |
I am building a database that tracks a dealership's current stock and sales. Units are added as records to a table called "StockUnits". A "TCA" is created to negotiate a deal with a customer. An "Appraisal" for a trade in can be attached to the "TCA". Multiple TCAs can be created ...
|
| dcount() distinct values | 18 Aug 2006 07:48 GMT | 2 |
Is there are way to count distinct values? For instance, If DCount("Distinct [Current Auction #]", "tbl_Ordering_File_Edit") > 0 Then Thanks
|