| Thread | Last Post | Replies |
|
| Looping | 27 Apr 2006 18:40 GMT | 4 |
this is going to be a rather lenthy post. But I will try and explain my problem as clearly as possible. Firstly, I have a table(tblActions). In this table, I have several fields. they are: ID, CATEGORY, COMMENT, CLOSED, and DATE
|
| Making numbers negitive | 27 Apr 2006 18:15 GMT | 6 |
Is there a way to formant a textbox to make a number a negitive amout? Wondering if there is some code or a simpler way to do that. Any suggetions? Thanks....
|
| VBA oddity | 27 Apr 2006 17:54 GMT | 2 |
I had been having a great deal of difficulty attempting to define a string to be used in a filter. I was trying to use an unbound form to apply filtering to a report's recordset. In the course of doing that I defined strComp as String, but was having problems with it expecting ...
|
| Suppressing System Message | 27 Apr 2006 17:34 GMT | 1 |
I am having a Form, in which I list a lot of pathes to picture files. On the Form Current Event the related pic is loaded to and displayed in a control. This works fine. The only thing nagging me, is the - each time a pic is loaded - message box informing me that pic soandso is ...
|
| Difference between Trim() and Trim$() | 27 Apr 2006 16:18 GMT | 2 |
What is the difference between Trim() and Trim$()? I notice that several functions can have the $ symbol at the end, what makes them different?
|
| Error Opening a form | 27 Apr 2006 15:56 GMT | 1 |
After porting my application into Access 2003 from Access 2000, I get the following error when I click the menu to open any form: "The expression On Load you entered as the event property setting produced the following error : A problem occured while [APP_NAME] was communicating
|
| Assigning a table name to a variable | 27 Apr 2006 14:58 GMT | 6 |
I have a form where I collect varibles to run a report. One of the variables is a list of product codes; they are stored in a table that is created when the user opens the form. At first, the name of the table of product codes was constant. I decided to create the table with a ...
|
| Minimize A Form | 27 Apr 2006 14:50 GMT | 2 |
Good afternoon, I hope some one can help. I am working with a form which is used for calculating lots of different values. In order to completely maximize the space available, I have set popup to true and used a simple maximize command
|
| loop form | 27 Apr 2006 14:43 GMT | 2 |
I have a FE/BE-db with the possibility to block the db for maintenance. After the startform a hidden form will be opened which checks the table settings for a value. If the value is yes, then the db will be closed and locked. If it is no, then the mainform will open.
|
| How many chars can be displayed in a label? | 27 Apr 2006 14:14 GMT | 2 |
Folks, I have a window in my database which contains 5 labels. These labels are used for displaying altering text, with a font of Tahoma and a Font Size of 10.77
|
| adding information from two seperate tables into one form/. | 27 Apr 2006 13:58 GMT | 2 |
I have two tables, and dont want to make the relational. I need to add the fields from each table to the form, which has two tabs. please help me~!
|
| Change Field Name in Table | 27 Apr 2006 13:00 GMT | 6 |
We have a new software package from the bank. However we have one problem with it! All of the other packages we have plus the one's we wrote use LoanNo as the name of the field containing the Loan Number. The application we have purchased use HMDA - LOAN NUMBER. I want to ...
|
| Changing color on continuous form | 27 Apr 2006 12:11 GMT | 1 |
I have a subform which is a continuous form with 1 text-box and 1 check-box. I was trying to change font color of textbox depending on value of check-box. I tried to set in Conditional Formatting the following rule: Me.Check9=True, and make it red-bold. - but it guess it doesnt ...
|
| change control source upon combo value | 27 Apr 2006 11:40 GMT | 3 |
is it possilbe to change the control source of the text box depending on the value chosen from a combo-box? I tryed to list the control source codes in the hidden column of my combo, and then put the below coding on the combo's "on change event"
|
| Is Dirty OR Is Not Dirty? | 27 Apr 2006 11:00 GMT | 11 |
I have a form, which is linked to a sub-form. In the BeforeUpdate event of the form, I want to check the validity of the values within several controls. So, my thought was to code it as follows:
|