| Thread | Last Post | Replies |
|
| conversion factors | 18 Aug 2005 14:04 GMT | 2 |
Any one out there know a conversion function that goes from (1) liquid milliter to ounces and (2) gallons to ounces, going from milliter to ounes? The second set of fields are (2) called "txt_Gallons" and "txt_Ounces1" converting from gallons to ounces.
|
| ProgressBar | 18 Aug 2005 13:39 GMT | 3 |
Sorry the way I write, but my english is poor. I have the following module and I want to get a form with progress bar to display to users the step of the job. Anyone can help me??
|
| ProgressBar | 18 Aug 2005 13:05 GMT | 3 |
Sorry the way I write, but my english is poor. I have the following module and I want to get a form with progress bar to display to users the step of the job. Sub ClimeSPVTG1()
|
| Grouping controls in VBA | 18 Aug 2005 12:30 GMT | 1 |
I have a group of controls I need to be able to hide/show and move around the form as a group. I have no problem accomplishing this by affecting the change I want on each control one at a time but that is a major pain and I was hoping someone had a more elegant solution.
|
| Move Up, Move Down Effect | 18 Aug 2005 12:22 GMT | 2 |
Hi again, By any chance does anybody know where I could find help (or if he could help me) in creating a move up, move down effect? I mean the facility that can be found next to listboxes giving someone the ability to move listbox items
|
| requery a listbox | 18 Aug 2005 10:35 GMT | 1 |
Hi to all, I have a form with a listbox on it. When there are items ALREADY showing I can double click on any item, open programmaticaly another form, edit the item and close the form. On the close event of this second form I have a
|
| Getting label (not value) from a dropdownlist? | 18 Aug 2005 10:29 GMT | 2 |
I've got a dropdownlist based on a query. The list contains two fields: the (invisible) ID and the corresponding text/label. I can get the ID by referring to me.dropdownlist1.value , but how can I get the label??
|
| Date as Primary Key with Auto increment | 18 Aug 2005 10:17 GMT | 8 |
I am trying to auto increment my date field in a table (which is my primary key) automatically once i enter a new record. for example: My table (Weather_Delays) has only date and desc fields, so when the user
|
| Set label caption from query? | 18 Aug 2005 09:34 GMT | 2 |
I have a table (Version) with an autonumber index field (Ref) and a memo field (Description). I would like to display the latest entry in the memo field in a label on a form, but can't work out how. I can make a combo box show the information (2 columns, first hidden, Dmax to ...
|
| Open Form with input parameters | 18 Aug 2005 08:12 GMT | 1 |
I would like to programmatically open a form and be able to pass in a set of input values so that they could be used to initialise the form. If it possible? If so, how?
|
| Using a form to change a field value in multiple records | 18 Aug 2005 06:22 GMT | 2 |
I have designed a form with a listbox containing the field names of which I select 1 and then enter the value I would like in it, before I can change then records I need to be able to select that field in the form. Me.Main.(I need the field name to programatically appear here) ...
|
| External Database | 18 Aug 2005 04:46 GMT | 1 |
how would you go about copying data to an existing database outside of the current example current database "myprimary"
|
| Week Ending & Month Ending date | 18 Aug 2005 04:22 GMT | 2 |
I am using Access 2002 and I want to have a query asking for the Week Ending date. I believe I will need to use a parameter query. The field which I will call from is "completed" the user will simply input the date and I will get all data pertaining for that week. Now the ...
|
| date problem | 18 Aug 2005 03:12 GMT | 1 |
have a text field that contains dates how do I turn into date format? eg from 26.05.05 to 26/05/2005 I tried
|
| Using an unbound field from a combo box | 17 Aug 2005 23:41 GMT | 4 |
I’m working on a form with tab controls listing all reports available to allow our users to select reports to print or preview. We have a report that lists all jobs for a selected project manager and one that lists all jobs for a selected client. Currently this is run from a form ...
|