| Thread | Last Post | Replies |
|
| Search Button Code Help Please | 06 Jul 2006 22:01 GMT | 4 |
Hi, I am creating a search function based on a selection made from a combo box. I have a combo box cmbSearchState and a command buttons cmdSearchState and cmdClearState. So far I'm using some code from Allen Browne that he posted previously
|
| Clear Option Buttons | 06 Jul 2006 20:31 GMT | 2 |
Hey all, the answer to this is probably simple as heck, but i'm just not finding it... i have a form that has an option group on it with radio (option) buttons. The form functions as a front-end for entering data to print a report on form-fed multi-layer waybills. What i want ...
|
| Filter a subform based on AfterUpdate event of a Frame | 06 Jul 2006 19:52 GMT | 5 |
I have a subform which displays data from a main table. In this table I have a code-generated index field (well, technically it's done with update queries) which the database updates with certain tags, depending on what part of the process the data has been run through. (There ...
|
| Replace information if not saved | 06 Jul 2006 19:42 GMT | 2 |
I have three fields in a form that are linked back to the table. If someone changes the record in the form, and then decides not to save, is there a way to undo their changes and revert back to the record before it was ever opened? Does this make sense? Thanks!
|
| Missing DAO350.DLL | 06 Jul 2006 19:06 GMT | 3 |
I converted a database from Access 97 to Access 2003 and I am getting a pop-up in Access 2003 about a broken or missing reference to dao350.dll. My references in the tools menu is faded and cannot be accessed to correct the error. What do I do next?
|
| multiple tiered cascading field question | 06 Jul 2006 18:40 GMT | 5 |
Hello, i have a form that pulls current open projects from each selected users by using these three criterias: - user name - fiscal year
|
| is this possible? | 06 Jul 2006 17:53 GMT | 2 |
Is it possible with code to create a folder in Access 97? TIA Ted
|
| How do I reference a subform? | 06 Jul 2006 17:45 GMT | 3 |
How do I programmatically reference a subform? This does NOT work: Public Sub CompareStrings(FormName As String, FormField As String) Dim ThisForm As SubForm
|
| Search Db multiple criteria on single form? | 06 Jul 2006 17:45 GMT | 1 |
Have an existing Db that I want to run a execute the search query based on user input that represents the various fields in the DB. Additionally return those records in a specified order in a sub form that can be printed and or exported.
|
| combo box | 06 Jul 2006 17:43 GMT | 1 |
I work in access 97. I have some combo boxes with very long entries in them and the user can not see the end of the entry. I tried to make the combo as wide as possible but still need a room for some names on the list. I am trying to allow the user to see the full name on the ...
|
| subform update issue | 06 Jul 2006 16:49 GMT | 3 |
I have a parent form and several subforms that are located on different tabs. Subform1 is filtered through a query which selects all records of table1 that have a status field of "open".
|
| Option of returning all records using stLinkCriteria | 06 Jul 2006 16:15 GMT | 1 |
I have the following code to open a form, which works fine. I need to add the option to leave the model blank and return all models with the selected part number. Can someone help me add this code? Thanks. stLinkCriteria = "[New Part Name]=" & "'" & Me![SearchName] & "'"
|
| pseudo code help | 06 Jul 2006 16:07 GMT | 5 |
This is basically what I want to do but I am unsure how to go about it the best way. I have a bunch of tools in my DB and I would like to make something like this
|
| Query/SQL+VBA | 06 Jul 2006 15:40 GMT | 5 |
I am in need of some assistance. I will try my best to describe my situation, if you have any questions please do not hesitate to ask. Alright, I have a table like this:
|
| weekday function | 06 Jul 2006 14:13 GMT | 15 |
I have a customer orders form where there is a due date. Currently we can either select the date from the calendar OR put in your own date. The default for the due date field is set to = Date() + 1. For next day shipping. However, I want to be able to skip the weekends and only ...
|