| Thread | Last Post | Replies |
|
| Retreiving Values from a Table | 09 Jul 2005 11:34 GMT | 1 |
My app is hanging up after the last line below. How do I retrieve the value for 'BlockUser' in table 'tblBlockuser' in the database 'LogKeeper'? I'm using Access 2002 SP3. The database is located on a LAN server. Dim MyDB As DAO.Database
|
| IIF statement | 09 Jul 2005 09:47 GMT | 1 |
I am wondering if there is a case statement similiar used in Visual Basic that I can use instead of using IIf statment. Any tips will be appreciated. Thank you.
|
| Logins and mdw file | 09 Jul 2005 09:21 GMT | 2 |
Access 97 I have three Access programs (MDE) running on a variety of PC's throughout the office. In one case all three are running on one PC.
|
| What the compilation can do for my program? | 09 Jul 2005 01:44 GMT | 10 |
Hi; Do i have to necessarily compile my program before distributing it?What benefit it has for my program? Thank you.
|
| Need query parameter on Form | 09 Jul 2005 00:28 GMT | 6 |
I asked this question about 12 months ago, but I cannot find a copy of it here and I have not located it in the archives. I want to display the parameter from a query in the form header of the Form driven by the query. The parameter is [Type Arrival Date].
|
| Command Button help | 08 Jul 2005 21:57 GMT | 4 |
I’d like to combine the following 2 buttons into 1 button. In addition to that, I’d like it to NOT open the form (in the Short Sheet Compare Button) if there is not match. That is, save the record and open the form if only there is a match. The purpose of the save function is to ...
|
| Default value of a text box | 08 Jul 2005 21:44 GMT | 1 |
I have a datasheet form that has a text box named txtBalance. I would like the txtBalance default value in a new record to be the value entered in txtBalance of the prior record. Thanks in advance for your help!
|
| Change font color on a command button | 08 Jul 2005 20:35 GMT | 3 |
I have a project form which shows a record for each project. On that form I have a subform which shows, in continuous form view, all the tasks for each project. I have a command button which shows up beside each task (ie. if there are two tasks per project record, then there ...
|
| Change colour on command button | 08 Jul 2005 20:22 GMT | 2 |
I have a command button on a form, cmdComments, and it has the letter "i" on it. This command button opens a Comments popup form and allows the user to either view or add comments for each record. The comments field (called TaskDesc) in the Comments popup form is a field that ...
|
| Time Issue | 08 Jul 2005 18:49 GMT | 1 |
I have a form with 3 comboboxes that have the folowing for a value list 1st combo is an hour list from 1-12 2nd combo is a minute list from 01-59 (which doesn't want to display right, like 1 instead of 01)
|
| Calling a script from a form | 08 Jul 2005 18:42 GMT | 4 |
I have a script that works fine when called by itself. I need to execute it from within a form or macro. It places a short cut to a newly created folder on the users desktop. Here it is--- Any help would be appreciated.
|
| Coding path name - MDB file may move locations | 08 Jul 2005 18:05 GMT | 2 |
I've not programmed in a few, but I remember that in VB one can use a short name (e.g. AppPath) to code the file path name for your application ("c:\windows\system"). That way if the program should be moved, let's say to the network, you don't need to hard code the file path ...
|
| BUTTON RECODE TO COMPARE | 08 Jul 2005 17:43 GMT | 2 |
IS there anyway that I can add code to an existing SAVE RECORD button. What I’d like to add is a way to compare the Work Order: number to the Work Order number on another table (Short Sheet). If there is no march, no popup dialogue will appear and it would just save the record. ...
|
| Events inside loop affected | 08 Jul 2005 17:20 GMT | 4 |
I have a big loop in the OnOpen event of a form. Inside this loop I want to change the color of these boxes as the records are processed. It seems like when the myControl.BackColor = vbBlue is ran inside the loop it doesn't have an event to make it change. The color of the boxes ...
|
| Error Checking Fields in a Form - Problem | 08 Jul 2005 17:07 GMT | 2 |
I have a big problem. I can create Macros, Event Procedures, etc. for error checking, but I can't seem to get the system to look at each individual field as I tab through (the very first time). If I've typed a character (e.g. a space), then the macros/procedures
|