| Thread | Last Post | Replies |
|
| Setting HasModule in code | 07 Nov 2006 11:48 GMT | 3 |
Watch out for this BUG in Access (2003) I'm using a documentation tool called DocumentX (highly-recommended by the way). It's a great product but doesn't pick up objects (forms, reports) from your database unless they have a VBA module attached to
|
| tab back to main form | 07 Nov 2006 09:49 GMT | 2 |
I hope someone can help with this. I have tried to set up the form so as i can tab through all the fields. the form has 5 field s at the start and then tabs into a tabcontrol. with help from Rick Brandt the tab now tabs through all the fields and pages in the tab
|
| How to check an uncheck all | 07 Nov 2006 09:42 GMT | 1 |
I created a form that has three fields 1. Code, 2, Description 3. Print (Check Box ) Now when a user opens that form he is able to select (in the Print (Check box)) the codes that he wants to print.... but my problem is when the user
|
| minimizing form resets a field | 07 Nov 2006 06:00 GMT | 3 |
I have a form that auto populates a project number using the following code: Private Sub Project_Number_Enter() Me!ProjectNumber = Nz(DMax("ProjectNumber", "[Project Table]"), 0) + 1 End Sub
|
| Drag and drop files into form | 07 Nov 2006 05:32 GMT | 4 |
I have users inputting information from Outlook e-mails, including received and sent attachment(s). I want the user to be able to drag and drop the file (s) from their Outlook inbox mail to an Access form, which will do two things simultaneously:
|
| Delete Record | 07 Nov 2006 02:40 GMT | 1 |
I have a form that creates new OrderNum and Order information from users When they are done entering info I have 2 cmd buttons Save and Delete
|
| combo Box | 07 Nov 2006 02:38 GMT | 6 |
How can I get a combo box to turn on when I enter a field and turn off when I exit the field. I didn't the the appearance the the combo box to appear on the form until it is needed. Thank You
|
| Need advise to make program user friendly | 07 Nov 2006 02:17 GMT | 1 |
I am trying to make a user friendly selection form. You are picking out your carpet for your home. There is the Standard, Upgrade 1, Upgrade2 and Custom Options then - you choose the manufacturer from a list of manufacturers then
|
| filter query | 07 Nov 2006 02:14 GMT | 1 |
I have a form that is pulling information off of a query and is displayed in the detail section. I cannot figure out (for the life of me) how to create a drop-down at the top section (header) that filters to a specific record below. My filter should look up "Project_Name", which ...
|
| Form Filter | 07 Nov 2006 02:04 GMT | 1 |
How can i put a command button on a form that does the same thing as the 'Filter by Form' button in the filter tool box'?? pat
|
| Calculating an average number from multiple fields in one record | 07 Nov 2006 02:00 GMT | 4 |
Scenario: I have a table where each record is an employee. There is a field for each month and the total number of sales the employee makes is entered into that month. So... Tom Jones: Jan=10, Feb=12, Mar=0, Apr=18, May=0, Jun=4, Jul=15,
|
| Linked field | 07 Nov 2006 01:47 GMT | 3 |
I have a form with a lookup field where when I choose it I want another field to automatically fill in. I have created the following on update in the lookup feild but it will not work. C_Part_1_code is the field looking for the automatic fill in.
|
| get the record source of the second form from first form | 06 Nov 2006 23:18 GMT | 3 |
I have 2 forms. I am trying to get the record source of the second form from the combobox in the first form. I tried giving the record source in the second form as “[Forms]! [First Form]![Combobox]. But it didn’t work.
|
| Unbound control, testing its value | 06 Nov 2006 23:13 GMT | 5 |
Do I have a case of Cerebral Flatulance? An unbound control on my form has a value of true or false (checkbox) assigned via VBA code. How do I determine that value for VBA code and testing whether it is True or
|
| refresh/requery automatically every 15 minutes | 06 Nov 2006 22:20 GMT | 1 |
How can I have a form, based on a query to requery and/or refresh every 15 minutes as long the form is open? I guess I need some sort of time ... I guess :-) Thank you,
|