| Thread | Last Post | Replies |
|
| Reference a control on Main form | 04 Aug 2006 23:59 GMT | 2 |
Hi experts! I have a subform, Sfrm_Current_Qtr_Data, with a checkbox control "Archive" that when the Box is checked several things happen one of which is I want to put the cursor back onto the main form, Frm_Tap_Accounts.
|
| Form Background from a Picture | 04 Aug 2006 23:31 GMT | 1 |
Dear Access People, I am not sure if the Forms Coding is the right group in Access to ask this, but here goes. I have some forms where the background is a certain color. I would like to use a picture or something for the background instead of a
|
| Printing a single record on a Report in Acess 2002 | 04 Aug 2006 23:11 GMT | 1 |
Does anyone know how to display only a single record on a report? I have the report linked to a table and Id rather not linked it to a query. Essentially, I want to display a list of records (which represent projects in my case) and have the user choose the project
|
| Import Excel SSheet Columns as Text Only | 04 Aug 2006 21:47 GMT | 5 |
In Access 2003, we are importing Excel spreadsheets and are having a problem with Access deciding that columns should be numbers rather than strings. The spreadsheet is imported with the command DoCmd.TransferSpreadsheet acImport, 0, "xImport", "d:\example.xls", True
|
| Password Coding On Form | 04 Aug 2006 21:31 GMT | 4 |
Hey all, i am developing a switch board and want some secuirty on this switch board to certain options that are availble to users. For example some options such as view customers,view stock are open to all users. But i
|
| Timer Control? | 04 Aug 2006 21:28 GMT | 1 |
Where did the timer control go? Has it been deprecated by MS Access 2003? If so, tell me how I can mak a label blink on and off once per second? thanks,
|
| Search Based on Multi Selection in List Box | 04 Aug 2006 19:53 GMT | 3 |
I know what is wrong with my code but I don't know how to fix it. It's better to explain what is wrong with it in an example than to try to explain it. If a user wants to see all the phone calls for Division1 with a priority of
|
| ADODB.Recordset and SQL | 04 Aug 2006 19:47 GMT | 4 |
Is my logic off? I have a lot of data in a recordset and I want to go through and pull certain rows is that possible? If so how? I really have no clue. Thanks.
|
| Allowing to search using < and > (greater than and less than) | 04 Aug 2006 19:00 GMT | 3 |
Im trying to allow it so users can search records using < and > for the date fields. The search form works fine with = values however when i enter < or > followed by a date
|
| confused about validation | 04 Aug 2006 18:38 GMT | 1 |
So I put the data validation code in the before update event of the form. I have a button on the form to close the window. I click the close button, the validation routine tells me I forgot
|
| d-lookup question | 04 Aug 2006 17:12 GMT | 4 |
I use: =DLookUp("COMMODITY","RATES","Rate_Check = [RATES.Rate_Code]") in a form field the display textual data based on what is entered in a form field.
|
| Change event help | 04 Aug 2006 16:01 GMT | 5 |
I'm trying to get a message box to show when the user makes changes to the phase combo box of my form. I put break points in the code and it goes into it but nothing displays. I just want the box to pop up when the other combo boxes are empty but it doesnt seem to be happening. Any
|
| Removing Record Functions At The Bottom Of A Form | 04 Aug 2006 15:45 GMT | 2 |
Hey All, I have a problem which i need to solve, at the bottom of my forms there is 'record features' such as view next record, previous record, go to last record and add record. I was wondering is there a way of removing
|
| How to disable hypelink warning message? | 04 Aug 2006 15:25 GMT | 5 |
I have a hyperlink field in a form. The links map to documents on a local drive. When I attempt to open the doc via a link I get a MS Access warning message about hyperlinks that I have to click through. I want to hand off the database to a client. Is there a way to disable
|
| Set value as null or ""? | 04 Aug 2006 14:48 GMT | 8 |
I have 4 dropdown boxes e.g. A,B,C,D in a form. If I choose certain value in dropdown box A, then I want dropdown box B and C show nothing, I mean the old values should be deleted. My question is that should I use the code like A="" or I should set the value as Null? And how can ...
|