| Thread | Last Post | Replies |
|
| Error with date function | 31 Mar 2005 02:19 GMT | 1 |
I have sent a data base to a client and he keeps getting the following error. Unknown function 'Date' validation expression or default value on 'Processing_List.PL.PL_AOD. I have set all my forms so that when the user updates the form the PL_AOD
|
| Switchboard Basic Question | 31 Mar 2005 01:47 GMT | 7 |
I am having difficulty building a series of switchboards the way I want. Maybe I am interpreting the documentation incorrectly.. Here goes: I want to build a main switchboard titled "AAAAAAA". I want 4 or 5 controls
|
| Linking two forms | 31 Mar 2005 01:09 GMT | 1 |
I have two forms FrmClient and frmSite. A client can have many sites. I have created a sort of step sequence for users to add new client information one screen at a time, clicking a 'Next' button to go to the next step. I chose this route rather than using a subform becuase ...
|
| using dlookup to automatically fill in the discount rate in a form | 30 Mar 2005 23:32 GMT | 1 |
I am in the middle of creating a form for a database that acts as an order processing system for a boat company (part of a uni assignment). i'm using access 2k3 btw. so far, i have the following on my form: Booking ID (Autonumber)
|
| multiple if condition | 30 Mar 2005 23:21 GMT | 2 |
I have three fields firstname, lastname and business name. I want to have a conditional statement that stipulates, if a last name and first name are provided, then continue to next screen, or if business name is provided then go to next screen, otherwise, you cannot continue.
|
| Looking to have more then one selection from the combo box be inp. | 30 Mar 2005 23:15 GMT | 1 |
Hello i am setting up a form for an inspection process i have about 10 or so questions i am looking to have on this form. I have answers written out to each question in another table that is linked to my drop down boxes for the questions, and from there the selection goes to ...
|
| When Produt id is typed Product description is shown: | 30 Mar 2005 22:45 GMT | 2 |
I have tree tables: “productos”, “salidas” and “entradas”, there is a relation between Product ID of “entradas” and “Product ID” of “productos”, and there is a query based on tables “salidas” and “productos” tables, when a product is sold, you put the amount in the “salidas” ...
|
| SendObject function to send email | 30 Mar 2005 22:45 GMT | 8 |
I've got a form that collects a little information about employee's. What I want the form to do is once it's been filled out and they click the "save and close" button, I want it to automatically send an email to the address in the email field. I've got this mostly working ...
|
| i would like to have 2 or more selctions? | 30 Mar 2005 21:56 GMT | 1 |
hello i am setting up a inspection process thru access to have this form on inspections. i have the form made out kinda and am looking to improve on it. i have about 10 or so questions in this form with a drop down box for the answers. which are on another table in the database ...
|
| accessing txt files | 30 Mar 2005 21:30 GMT | 2 |
What is the correct syntax to get access to a txt file for appending text within a form. I am having struggles finding it Thanks bbdobuddy
|
| Changing Record Source and Subform Disapears | 30 Mar 2005 21:01 GMT | 6 |
I changed the record source from a table to a query so I could use fields from multiple tables, when I did this the subform I have attached disapears, when I change back to the table it reappears. Is there something I need to do so the subform shows when I change the record ...
|
| Combo box question | 30 Mar 2005 20:58 GMT | 2 |
How can I make the drop menu on the combo boxes open when I click on the text box area, not the arrow drop down button?
|
| Active clock in a form? | 30 Mar 2005 20:17 GMT | 2 |
Is it possible to have a clock in a form displaying the actual time? TIA -JS
|
| Subform Not Requerying | 30 Mar 2005 20:03 GMT | 1 |
Hi, I have a mainform (form 1) which has a subform (form 2) that subform has 2 subforms of its own (forms 3a & 3b) Forms 3a & 3b are actually based on the same query, but were broken up into
|
| Form Coding Help - Emailing a Snapshot file. | 30 Mar 2005 18:08 GMT | 1 |
I'm using the following code to set the report name of a snapshot file on save and it works perfectly. ************************* Private Sub cmd_save_report_Click()
|