| Thread | Last Post | Replies |
|
| How do I set up Wrapping Text in a Text Box in Access | 18 Feb 2006 15:40 GMT | 7 |
I have a text box that is wider then long. I would like the text to wrap. Do I have to turn on the scroll bars for this?
|
| Best way to code subforms | 18 Feb 2006 15:28 GMT | 1 |
I am building an application of Employee details. The application contains of the following: Employee Details (Main table) The following are child tables related to the above master table: a.. Employment History (Sub table)
|
| Get Tab Page Clicked | 18 Feb 2006 13:00 GMT | 2 |
How can I capture the name or index of the tab page clicked on the tabl control. I need to set a control visible for some tab pages and invisible for others. Thanks.
|
| Standard picture in a field | 18 Feb 2006 12:17 GMT | 2 |
I have this in form_current Billede46.Picture = Billede.Value To get the path from billede.value to Billede46.Picture and then show the picture
|
| Form not creating a recordset | 18 Feb 2006 10:27 GMT | 1 |
Could anybody help me out? I have a combobox on a form, that populates the other control boxes after update. The problem I'm having is the form does not seem to be creating a recordset???
|
| Hyperlink problem | 18 Feb 2006 07:31 GMT | 1 |
I made a text box that contains the address of a file on a shared drive. I also made a button thats supposed to open up the file. when i press the button, i get an error saying that it can't follow the hyperllink "File name". it highlights the .follow part of the form.
|
| any way to determine what row and column in a crosstab datasheet | 18 Feb 2006 06:33 GMT | 1 |
I want to be able to right click on a cell in a crosstab, and do a look up with the column and row names. Anyone done this before? Thanks Preston
|
| Active X Controls | 18 Feb 2006 02:41 GMT | 3 |
Hi to all, I would like to know on how tu use the Adobe Acrobat Control for ActiveX with Access 2000. this is something new for me and I want to learn, is this control used to
|
| Sort records in form programmatically | 18 Feb 2006 02:27 GMT | 3 |
using Access97 and WinNT I am trying to have the records displayed on a continuous form sorted programmatically by using the click event of the column label. The forms displays a bunch of records, one of the fields is Date
|
| adding a new form | 18 Feb 2006 01:23 GMT | 2 |
(XL user crossing over to ACCESS...) i'd like to add a form, totally unrelated to any information in the data base, but soley for temporary programming variables... within ACCESS, there doesn't seem to be a method (at least on the menu or
|
| Image Control Problem | 17 Feb 2006 23:36 GMT | 3 |
Is there anyway to use a relative path for an image control? Basically, my problem is that initially, pictures for my image controls must be identified using absolute paths - and this is inefficient as I've basically got to work on two different computers.
|
| Listbox - set initial selection | 17 Feb 2006 22:53 GMT | 5 |
How can I set the initilial selection in a listbox when a form opens? I tried setting the lisitbox.value to the first value in the boud column, but that had no effect. Thanks.
|
| Insert Into | 17 Feb 2006 22:46 GMT | 1 |
I have a form based on tblGetApps with a list box (lstApps). The list box will have several entries depending on what is chosen in a combo box. What I need to do is have EmpId and Machine (all text fields) and everything in the list box inserted into the tblGetApps table.
|
| Running an add-in from VB code | 17 Feb 2006 22:43 GMT | 4 |
Please can somehelp me to call an add-in from access vb code - I would like to be able to use the click event of a button to run an add-in. It might look something like:
|
| passing a value into multiple consecutive new records | 17 Feb 2006 22:15 GMT | 4 |
i have a form which requests that the user select a value from a combobox, which gets inserted into a field in a new form. i need for this same value to get inserted into all subsequent new records. i can't figure out how to accomplish that. can anyone help?
|