| Thread | Last Post | Replies |
|
| sum field | 17 May 2006 07:57 GMT | 6 |
Hi there,i have quite a noob question i guess.. but the following is the problem: on a form i have 5 fields with layer thickness of a coating. underneath that, theres a cumulative field.. my question
|
| Toolbar - Generic Button | 17 May 2006 03:19 GMT | 5 |
Hi! I thought of making a toolbar that would activate everytime a form is open with commonly used buttons like add record .. delete record ... etc... and it works fine. This works perfect because I wouldn't have to put same buttons again in
|
| Continuous Form do not repeat values in rows | 16 May 2006 23:10 GMT | 3 |
I am trying to track information about cars (tbCars). On a continuous form for each day (day is entered in the header of the report). In report detail I enter data about all cars which are used on a selected day. Each record (row) starts with a combo box where user can select ...
|
| 2 lookup colums | 16 May 2006 21:46 GMT | 1 |
OK, so I am designing a database...This may be a no brainer or difficult... I want a lookup column with 4 options, then I want a 2nd lookup column based on the previous answer. For example...if in 1st lookup they have the option of choosing A, B, C or D
|
| Display random msgbox at logon | 16 May 2006 21:43 GMT | 2 |
Is there a way to have Access display any one of about 20 different messages when a user logs on to the database. I would like to remind users of general departmental tasks, database features, etc. similar to the "tips" that some software offers to display. Can it be done?
|
| how to open second form and display first forms information | 16 May 2006 21:38 GMT | 3 |
Ok, I have looked around at the threads and found similar answers but it isnt working for me. I have a complaint form with peoples names in a combo box and also a complaint form number which is auto numbered. when a user fills in the complaint form for somebody i then want a ...
|
| Make your Form Auto Expand for Hidden Controls | 16 May 2006 21:19 GMT | 1 |
Im working with a form that inputs the hours an employee works on certain projects and general admin categories per week. Right now i have two list boxes that display the projects and general admin categories, each of which have an extended multi select. I want to make some sort ...
|
| Delayed Result | 16 May 2006 21:11 GMT | 3 |
On my form I have two combo boxes with value lists ([Impact] and [Probability]). Based on the combined selection of the combo boxes there is a specific output in a text box. Due to the multiple possible combinations I used the following Function (see below). The function was ...
|
| List if Queries | 16 May 2006 21:07 GMT | 2 |
I am trying to put a button on a form that gives the user a complete list of already made queries to choose from. I know there is an option to select individual queries, but is there an option to display the whole list? The user can browse down this list and click on the query
|
| Access Address and Google Maps | 16 May 2006 21:06 GMT | 9 |
I feel like I'm so close... but so far with this. I have the following code for On Click. Private Sub GrabMap_Click() Dim strLinkPath As String
|
| Query Data on a Form | 16 May 2006 20:51 GMT | 5 |
I created a form bound to one table. Each entry is based on a site name and each site name will have multiple entrys but will have the same address. What I need to do is run a query based on the site name entered on the form and if the site name is found have the query auto ...
|
| Tabbing from one subform to another | 16 May 2006 19:02 GMT | 9 |
I have created a main page that has a series of subforms. A user will pull up the main form and enter date into the first subform. The info would be things such as WeeklyProdRevenue and WeeklySerRevenue. When they type in this data it fills into a table called WeeklyRevenue ...
|
| print-command | 16 May 2006 18:44 GMT | 1 |
Is it possible to print to more than one file at once using the Print-command? Like: Print to #1, #2, #3 in one time Print #1, #2, #2, "Text to print"
|
| Subform close itself | 16 May 2006 18:24 GMT | 8 |
I have a form called [form1] and a subform called [subform2]. I have a toggle button on [form1] to hide/display [subform2] but I would like to add a command button to [subform2] that will hide itself. I am assuming this is an option but I just can't seem to get it to work. Any ...
|
| Syntax error message (missing operator) | 16 May 2006 18:22 GMT | 2 |
I have searched posts for error message problems and can't seem to find a solution to my problem. I have an unbound form that has combo boxes for form and report selections. I have an unbound text box to enter job number to. I use the following code:
|