| Thread | Last Post | Replies |
|
| add control to a form or register control in runtime | 26 Jul 2005 15:52 GMT | 13 |
can I with Access XP in runtime add new control in a form or a register page (dynamic)? I know the command createcontrol, but this command can only add control to a form in design time (or open form in design mode to do it)
|
| ,how to disable textbox | 26 Jul 2005 15:30 GMT | 1 |
|
| change LimitToList Property in runtime | 26 Jul 2005 14:12 GMT | 2 |
I am trying to change the property LimitToList of a unbound combobox in runtime, but it doesn't work. "Microsoft Access can't set the LimitToList property to No right now." Why? Access Help doesn't say that we cannot change this property in runtime.
|
| Access / Windows 2003 Export Specification Problem | 26 Jul 2005 14:05 GMT | 3 |
Can someone point me in the right direction re the following. I have the following line of code DoCmd.TransferText acExportDelim, Kev_3, "qry_302_654f_PM02_PMS_EDi_Extraction" , "d:\Access Report
|
| Forms and Subforms | 26 Jul 2005 13:48 GMT | 1 |
I have a form that has 2 embedded subforms on it. I also have 2 toggle buttons on the form. What I am curious about is whether there is a way that I could have both subforms "hidden" unless the appropriate toggle button is clicked. For
|
| send variable to clipboard | 26 Jul 2005 09:38 GMT | 1 |
Anyone know how to send a variable to the clipboard?
 Signature I may not know VBA inside out, but from the outside I am looking in. Dylan Moran - Melbourne Australia
|
| Code Notes field NOT to accept (save) notes that contain no data. | 26 Jul 2005 07:28 GMT | 1 |
I have a subform on my main form which holds notes for each customer. I want to set up the notes section so that it will not save it there is no input. Can anyone help???
|
| Paperclip within listbox | 26 Jul 2005 04:37 GMT | 7 |
Ok, I know the subject sounds weird, but read on... Some background: I have an existing form in a client's application that uses a listbox on the LHS that includes a brief summary of the contents of each record. The full
|
| Query by form | 26 Jul 2005 04:12 GMT | 1 |
Somebody have a query by form that I can use like example. Marce
 Signature Message posted via AccessMonster.com
|
| tick box filter to produce report | 26 Jul 2005 04:04 GMT | 4 |
I have a form that when a new product is created the tickbox called Print Label is set to default to true and also have the ability to tick any previous products just incase i need a label for restocks. This tick box tells me that a ID label needs printing for the product. I am
|
| Prevent sending email if data on form incorrect | 26 Jul 2005 00:58 GMT | 1 |
I have a data entry form with a submit menu item. When the user has filled in the data entry form, they click submit on the menu and the record is saved in the database and an email is sent to the user. But, when there is an error (data validation error) on any of the fields of
|
| open form criteria, text not numeric | 26 Jul 2005 00:29 GMT | 3 |
A step in my macro is to open a form where the record in the new form will match the value selected on the first form's dropdown box. The IDs, unfortunately, are text and not numeric, so I'm having trouble finding the right record in the set.
|
| If statement | 25 Jul 2005 23:44 GMT | 5 |
Hey good morning guys from Iraq. I doing a database for my soldiers and I have a problem so far. I'm try to do a desicion. I want to check the rank after select the soldier. to give me access to differents command buttons. Like if the soldier is E-4 and below I don't need access ...
|
| Use value from unbound column in combo box? | 25 Jul 2005 22:37 GMT | 2 |
I have a combo box, cboSAR_ID, on a form with these properties: Row Source: SELECT SAR_ID, SAR_Link from tblSAR; Column Count: 2 Bound Column: 1
|
| Close Current Database Without Exiting Access | 25 Jul 2005 21:19 GMT | 3 |
I am trying to create a command button on an Access XP form that will close the current Access database without exiting the Access Application. This is preferred because it will save time the next time we open another database. I notice that this functionality isn't available ...
|