| Thread | Last Post | Replies |
|
| public variables | 16 Sep 2005 14:13 GMT | 3 |
Hi How can i use public variables. These variables i wand to use in different places on a form (like a button) and are neccessery to write the type of variable like: Public VAR1, var2 as integer
|
| SQL multiple statements? | 16 Sep 2005 12:58 GMT | 2 |
Is it possible to use multiple statements in SQL?? (I’ve never used it before)
I have one query that i'm working with, The statements I want to use are as below, they all work individually, but not together, Access help is as much
|
| Help with Report Design | 16 Sep 2005 09:46 GMT | 2 |
Hope someone can help. Table structure: Name : tbl_Runs Fields are: Run_ID
|
| Changing a Label Caption in a report | 16 Sep 2005 05:18 GMT | 2 |
I've searched through the posting and found what should be the solution to changing the value of a label.... Private Sub Report_Open(Cancel As Integer) Me.lblTest.Caption = "I love Access"
|
| How to programmatically determinae the field name referenced by query param? | 16 Sep 2005 03:09 GMT | 18 |
The following example may further clarify the question, Select fieldA, filedB, fieldC
>From tblX Where fieldD = Forms!formName!controlName
|
| Font Size in Query SQL View? | 16 Sep 2005 02:50 GMT | 2 |
How can I vary this? There doesn't seem to be anything in Tools->Options other than query design font under the Tables/queries tab and that is for the query design grid...
|
| Function to count workdays | 16 Sep 2005 02:30 GMT | 18 |
I have an A97 module called modWorkdayFunctions in: http://www.oakland.edu/~fortune/WorkdayFunctions.zip It allows the counting of workdays taking into consideration up to 11 U.S. holidays. More holidays can be added easily. Also, there is a
|
| concatenate two records in same table | 16 Sep 2005 02:12 GMT | 1 |
How do I concatenate two fields in the same table... For example, I have two tables, first one is called familynametable that has a familyID and familyname field. This table is connected to a individualnametable that contains three fields: individualnameID,
|
| 2 questions | 16 Sep 2005 00:46 GMT | 9 |
I've got to questions. First. I have a form that works off of dates. Plug in a start and end date and it triggers a query then displays a report. The problem is when I close the report it goes back to the form but the form is no longer mazimized. I
|
| Unlock/edit a database... | 16 Sep 2005 00:34 GMT | 6 |
A friend of mine was given a database a couple of years ago. With a change in her job requirement, she now would like to use it, but needs to modify it. At the moment it just opens up at the switchboard, with limited options in the File menu etc. I tried going to the Window -
|
| Conditional Format With VBA | 15 Sep 2005 23:49 GMT | 2 |
I cant seem to get this to work! Basically, what I want to do is format some text boxes bases on the following:
>0 to -4.99% = Green -5.00 to -7.99 = Yellow
|
| How to transfer *.dbf (many files) | 15 Sep 2005 22:58 GMT | 4 |
I cant solve my problem, I wish to transer all .dbf files from directory, into one access table ? All files have same structure.
|
| modified snaking columns | 15 Sep 2005 21:54 GMT | 3 |
I have a report that uses snaking columns to generate four 2.5 inch columns in landscape mode. It is used to print a double-sided document whch is then cut down the middle and bound. The problem is that I need to be able to make the spacing between
|
| Very basic problem | 15 Sep 2005 21:49 GMT | 2 |
I have been away from ACCESS for a couple of years so I can't remember how to do the following. Please give me so advice if you can. What I want to do it make it so that table 1 will have a + at the beginning of the row and will allow me to click on that plus and it will display ...
|
| How can I set value in function that returns array? | 15 Sep 2005 21:46 GMT | 2 |
I have Function myFunction(myArgument) as string(myInteger) The line myFunction(myInteger) = myString
|