| Thread | Last Post | Replies |
|
| Access Startup properties | 05 Apr 2005 16:29 GMT | 2 |
I have an application that makes extensive use of the "Switchboard" (nested). As such, the "Startup" properties specifies the Switchboard as the initial form. What I'd like to do is startup a general module that loads
|
| Key Down Event Question | 05 Apr 2005 16:06 GMT | 1 |
If I have a Text Box & if I want that everytime someone types in a space then to not put a Space in to just move the cursor one position to the right. I am able to do this with VBA coding with the following: Private Sub txtHourlyRate_KeyDown(KeyCode As Integer, Shift As Integer)
|
| Help writing code | 05 Apr 2005 14:56 GMT | 2 |
Can someone please point me in the right direction. I have used Access 97 and created forms/queries/reports and did some coding using access modules, but I really need help geting back into the coding. I don't need to do anything too difficult. I have a two tables both containing ...
|
| Saving Date in File Name using TransferSpreadsheet | 05 Apr 2005 14:41 GMT | 2 |
I am trying to export using TansferSpreadsheet. I have tried adding =format (date)) but i save the fiel with "=form(date))" in the file name. Can someone tell me what I am doing wrong? Thanks
|
| Combo Box on Continous form | 05 Apr 2005 13:45 GMT | 1 |
I'm have a problem with a combo(combo2) on continous form. Its source qry is tied to another combo(Combo1) on the same form. combo1 is an unbound control
|
| Display last entry from continuous subform | 05 Apr 2005 11:29 GMT | 3 |
I have a continuous sub-form used to enter test results for several cycles of testing. I would like to add a “Final Cycle” section above the potentially long list of entries that displays the Cycle#, OxidePercentage and SampleMass values for the highest numbered cycle entered, i ...
|
| Greenbar | 05 Apr 2005 09:09 GMT | 5 |
I have a form with a lot of data that is not the easiest to read. Is there a way to create/emulate the output of greenbar printouts? Thanks, Doug
|
| Compile Error: Constant Expression Required | 05 Apr 2005 08:55 GMT | 3 |
I receive the above error message when trying to execute the below code. The For...Next loop increment variable, I, is highlighted. What is wrong with the code. Is it a declaration error?
|
| IIF statement problem | 05 Apr 2005 06:54 GMT | 1 |
i have a combo box field called type of employed whereby the user can select either -Company - Self Employed(external)
|
| Dates and Access | 05 Apr 2005 06:50 GMT | 3 |
Have a question regarding Dates in Access O have a form and users have been inputting dd/mm and it has been defaulting to the Year 2029 Is this due to Regional Settings (using XP Pro) ?
|
| Seperate text | 05 Apr 2005 05:45 GMT | 3 |
I'm sure this is an easy question and know I've done it before but have just gone blank on how to do it I have text of C:/data/Filename.xls and simply want to seperate the filename.xls from the rest of it so I just show the file name i.e. anything
|
| IIf expression prob | 05 Apr 2005 04:42 GMT | 3 |
i have a combo box field called type of employed whereby the user can select either -Company - Self Employed(external)
|
| Set focus problem | 05 Apr 2005 04:26 GMT | 2 |
I have a combo box that users can use to look up a field value in the database. If the value is not found, a message box appears saying as much with an OK button. When the user clicks OK, either with the mouse or the Enter key, I would like the focus on the same combo box with ...
|
| Pick the larger of 2 text fields | 05 Apr 2005 04:25 GMT | 1 |
I want to create a text field which is the larger of 2 existing text fields. If I try to use the IIf function to compare the Len() of each field the result can not be the larger text field. It appears that the IIf function value must be some form of a number. My exact need can ...
|
| Help with code | 05 Apr 2005 02:54 GMT | 2 |
Hey guys, i am trying to make the database output the data in a table then delete the data on the last day of the month. However it is the 4ht of april right now so i am testing it trying to get the result from the function to be true today. Anyways i can't get it to work and i ...
|