| Thread | Last Post | Replies |
|
| remember form size and position | 10 Jan 2005 16:40 GMT | 2 |
I want to save the form size and position on the screen and restore these, when users open this form again. I don't open this form with docmd.open ..
|
| Can't use dd/mm/yyyy format | 10 Jan 2005 16:11 GMT | 6 |
I have since found that I cannot use the dd/mm/yyyy date format, so I am now wondering if I can use an SQL statement to apply criteria to open a form to specific records. I need to replace the following code with an SQL statement if possible
|
| combo box row source query operator | 10 Jan 2005 15:23 GMT | 2 |
I have a combo box that queries supplier names and their ID's. Here's the row source: SELECT tblSupplierNames.txtSupplierName, tblSupplierIDs.txtSupplierID FROM tblSupplierNames INNER JOIN tblSupplierIDs ON
|
| How to parse a structured text file and save in db or XML | 10 Jan 2005 14:30 GMT | 2 |
I want to parse structured text file, like PO, etc. and to save in access table or XML and create to word or richtxt back when need. Is there any sample/template, artical or suggestion? TIA
|
| Screen is flashing | 10 Jan 2005 14:26 GMT | 1 |
I had access application on Access 97 Now i've been converted it to access 2003 format. Not almost any form is flashing. The reason for this was (as i ckecked) labals that aren't associated
|
| End Function From Private Sub... | 10 Jan 2005 14:21 GMT | 5 |
I have been having problems getting a Copy to New Record button to work. I have finally determined that the autofill function is interfering with the Copy to New Record button. The Copy to New Record code is below: Private Sub CopyRecord_Click()
|
| Build a text sting and ignore empty text boxes | 10 Jan 2005 13:23 GMT | 2 |
I ahve 5 text boxes on my form which I want to build a text string. This works ok if I have a value in each but I get 'invalid use of null' if one is null. How do I skip Nulls when I build the string?
|
| setting position in multiselect listbox | 10 Jan 2005 12:22 GMT | 5 |
I have a multiselect listbox with times of the day such as 07:00, 08:00 etc. form wich the user select a timerange. Based on the current time when the form opens, I'd like to select one of these (the closest to the current time).
|
| Access wont permit database, recordset type | 10 Jan 2005 11:17 GMT | 3 |
Hi all " I have been trying to convert a legacy db from Access97 to Access 2000, and VBA code fails with unrecognised type or user type not defines etc when I try to set types eg "global ThisDB as database, thisRS as recordset"
|
| testing array contenents | 10 Jan 2005 00:33 GMT | 1 |
I have an array contining holiday dates. I want to check the array to see if the current date is in the array, (is it a holiday). Is there a command where I can pass the date and array name to see if the array contains the date? for example: If array(curDate, arrayname) = yes, ...
|
| Question about Date field error | 09 Jan 2005 22:18 GMT | 2 |
I was wondering if there is a way to stop the error message that appears when you enter a date that is out of range in a text box for dates. For example if you entered 2/29/05 it would cause an error as there is only 28 days in this month. I would like to trap this error and put in ...
|
| How do I get a subset of a recordset created from a form??? | 09 Jan 2005 21:41 GMT | 5 |
Hello, I have a form where the end user enters a date, chooses the values for Me.txtCriteria, used in the select query below, then clicks a button. The form button's onClick event has the code given below: 'select records from tblRecord corresponding to people and topic
|
| Need Help Creating Public Variables | 09 Jan 2005 21:16 GMT | 3 |
I have followed indtructions from 2 books to try to create a public variable and assign a value to it in my start up form. When I try to reference the variable from another form, the value is blank. Where can I find information on doing this?
|
| dcount with multiple critera | 09 Jan 2005 20:08 GMT | 6 |
Help! I'm trying to count the number of records in a form that have a set value in one field and no value in another field. I've managed to get the Dcount function to count all of the records but as soon as I enter criteria it either comes up with 0 or with the total number of ...
|
| simple sum expression | 09 Jan 2005 19:06 GMT | 1 |
hello, I'm pulling my hair out on this one, I'm sure it's simple yet I cannot solve it. I have an unbound text box on a form. I tried building an expression to link the field value of a table. This table is made from my make table query that is summing a total of another table. ...
|