| Thread | Last Post | Replies |
|
| change control type | 01 Jun 2007 00:44 GMT | 8 |
-------------------------------------------------------------------------------- I am using this code to change a text box into a combo box with VBA Code. txtBox.ControlType = acComboBox when I run it it says "to set this property, open the form in design view"
|
| changing drop down list in existing database | 31 May 2007 22:12 GMT | 2 |
One of the fields in my existing database has a drop down box with several options, which are fed from a table. I would like to delete some of the options, and replace them with new options, but I don't want these changes to affect the data that I've already stored in my ...
|
| Calculations on Form bound to a field in a table | 31 May 2007 21:57 GMT | 1 |
Is possible to perform calculations in a field and have them stored in a table? For instance I have a call log form where users enter different types of calls that they recieve. the fields that they enter are bound to a table that tracks the calls. I can place formulas in the ...
|
| determine who is logged onto a database | 31 May 2007 21:55 GMT | 5 |
Hello, I have a main form and want to show who is currently loged into the database on this form. I have found some Module code on microsoft help but I dont know how to get it to show on my form? Is there some easy way to get this to work? Thanks!!
|
| Make Back End available off line | 31 May 2007 21:52 GMT | 11 |
Just exploring here. Windows XP has the option of making server files available off line and syncs on the next connection to the server. This is suefule for all Office Suite files except Access2003 files which could not be synchronised usinmg
|
| Hot link to external file | 31 May 2007 21:42 GMT | 1 |
Hello Friends, I'm a fairly new user (non-programmer) developing a new database. The data will be information about PDF documents. It is possible include a "hot link" to the external PDF file?
|
| Best Access to ASP.NET converster | 31 May 2007 21:35 GMT | 3 |
Does anybody know what would the best Microsoft Access to ASP.NET converter is? Thank you, V.
|
| file path to ole linked objects | 31 May 2007 21:32 GMT | 1 |
I have a table that stores employee pictures. The pictures were embeded and I would like them to be linked. Database will not be moved so I'm not worried about the folder moving and having to re-map the objects. Because I have chosen to link to the object, I must go into the ...
|
| positions of text boxes | 31 May 2007 21:13 GMT | 3 |
Modify positions of all text boxes so that the edges are all exactly aligned
|
| Form show up in switchboard | 31 May 2007 21:04 GMT | 1 |
When the user clicks a button such as "Add Record to Student Table" how could I have that form show up in the same window as the switchboard. How would I do this with a query? Thanks.
|
| requery a combo box on a subform | 31 May 2007 20:49 GMT | 4 |
I have a form, Purchase Orders, containing the subform Purchase oRder Subform. I want to limit the products on the subform based on the supplier selected on the main form. I already wrote the select code into the row source of the products, and it works (kinda), but I can't ...
|
| excel file is locked | 31 May 2007 19:44 GMT | 3 |
Hi , After importing an excel file, using the following code, the excel file is locked and can open it Read Only. Set xlApp = CreateObject("Excel.Application")
|
| unifying two tables | 31 May 2007 19:34 GMT | 2 |
i just can't seem to find the way to do something simple. 2 tables in access. each table has 2 fields. lets say table one has name and weight for its fields and table 2 has name and height for its fields. the name fields are linked under relationships of course. in each table ...
|
| Edit Records | 31 May 2007 19:18 GMT | 2 |
I have a combo box on a form used to lookup records. It seems that in order for this combo box to work, I must set Allow Edits to Yes, making the entire form (minus locked records) editable. I only want records to be editable, however, if the user presses a
|
| Disappearing layers/<div> | 31 May 2007 19:12 GMT | 3 |
I've been working on my site for about two weeks now. Until today, it has worked completely fine. I have five or six pages on my site that have about 20 or more layers with corresponding behaviors. All of a sudden, when I click on layers with the layers task pane open, none
|