| Thread | Last Post | Replies |
|
| Cells.address returning nonsense | 09 Apr 2008 13:16 GMT | 10 |
Why would the following line, when queried in the immediate window (?.cells (94,1).address) return a value of "$A$187"?
 Signature Bill Reed
|
| Cross Tab Query on Form | 09 Apr 2008 05:53 GMT | 1 |
I have a cross tab query that is displayed on a form tied to the table that houses the raw data for the cross tab query. Each line in the cross tab query comes from 3 lines in the table - one for each month in a quarter. In the past, I would use the value in the listbox to ...
|
| Rename File | 09 Apr 2008 03:33 GMT | 2 |
I want to rename a file that is in a listbox. How would I do this? Thanks DS Name Forms!frmRestoreData!ListPaths.Column(0) As "C:\ProServ\DB\Data.mdb"
|
| date range using datetimepicker | 09 Apr 2008 03:31 GMT | 1 |
I have 2 date time picker on my form and use those 2 controls in my query like following. Select myField from MyTable Where MyDate between [forms]![MyForm]![dtp1] and [forms]![MyForm]![dtp2]
|
| Code to auto fill txt/cbo boxes | 09 Apr 2008 00:40 GMT | 27 |
I am trying to create a database whereby certain information is automatically filled in for the user based on the day of the week, the week in the year and the time of the day. However, I wonder if there is a way to do this that will not involve lots and lots of
|
| Add listbox to form for multiple selections | 08 Apr 2008 20:55 GMT | 3 |
Access2003-I have a DB that logs certain events when a vehicle is deployed. Each deployment is a record of events during that deployment and a subform collects the events information. Now, I need to add names to the primary form by way of a list box. There
|
| combo box failure | 08 Apr 2008 18:54 GMT | 1 |
i have a table with a yes/no field call "Edited". i have a button that runs code to set the "Edited" field of a selected record to "yes". the code also set the rowsource (using SQL Update and Set statement) of a combo box to display only records with the "Edited" field = "No". the
|
| Convert the number field to Auto number field. | 08 Apr 2008 18:51 GMT | 1 |
How can I convert a number field to Auto number field, The sequence numbers have some gaps. It is one time work. I made a mistake for my system. I just try to fix it. Thank you for your help.
|
| Displaying long message on form | 08 Apr 2008 18:31 GMT | 5 |
I have an Access 2007 form on which I'm trying to display the body or message of an email that is selected from a listbox showing email dates and subjects. The data is coming from a table called tblEmailLog. Since a textbox is limited to 255 characters and the actual message ...
|
| How do I cancel out record entry through a form? | 08 Apr 2008 16:26 GMT | 3 |
I have a form that adds records to a table. On Form_Load I run the following code to make sure that the user is always entering a new record at the end: DoCmd.GoToRecord , , acNewRec
|
| Reload Front End | 08 Apr 2008 16:20 GMT | 2 |
If my Front End on a FE/BE setup goes south and I reload a new Front End do I need to relink? If so can I do it through code? Thanks DS
|
| Yes/No Check Boxes Hide if Null | 08 Apr 2008 15:21 GMT | 3 |
I have a form that shows a specific resume called up by Worker ID. I have a subform that shows the languages they speak, they are yes/no fields. I want to only show the fields that have a true value on the subform. Not sure how to go about this?
|
| save RecordID | 08 Apr 2008 15:04 GMT | 1 |
Is there a way to save the RecordID of a subform Record to a variable when the record is selected or has the focus? Thanks, Sam
|
| Error 3265: Item not found in this collection | 08 Apr 2008 13:00 GMT | 4 |
Hopefully this will be a simple bit of ignorance on my part. I am using the following code in a general Module: Function Append2Table(cbo As ComboBox, NewData As Variant) As Integer On Error GoTo Err_Append2Table
|
| Changing field size of a text in the table | 08 Apr 2008 10:08 GMT | 6 |
Is it possible to change the field size through coding? If yes, how do i go about doing it?
|