| Thread | Last Post | Replies |
|
| Force mouse click like Sendkeys | 13 Jun 2006 16:31 GMT | 4 |
Can a mouse click be forced on a section of the active window. (like Sendkeys).
|
| LINK TABLES | 13 Jun 2006 16:06 GMT | 2 |
i have a linked table from another database. then i have another table in the current database in which i need a field to be looked up on the linked table. the table works ok (one to one relationship).
|
| Using CVDate and Between And operator in SQL select statement | 13 Jun 2006 15:43 GMT | 1 |
I'm trying to create an sql statement based on 2 dates that have to be entered in 2 unbound fields on a form. I'm building the sql select statement with cvdate and the bewteen and operators.
|
| Simple Boolean Declaration | 13 Jun 2006 15:32 GMT | 1 |
I know this must be extrememly simple, but I can't find a ref for it. I simply want to creat a boolean variable, something like "Dated" below: Private Sub btnDialNumber_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)
|
| Setting subforms dataset on open of main form | 13 Jun 2006 14:15 GMT | 1 |
I have a form that contains a subform. The subforms dataset needs to sent to 1 of 4 tables based on what a user wants to see. I have the form built to let the user choose which table to use, but I can not get it to populate the subform. Here is what I have and get a runtime 438 ...
|
| Which is better - queries or sub/Function | 13 Jun 2006 08:38 GMT | 3 |
I need one advice to select in between queries or vba. I have to prepare one report on basis of results that I have got.Tables needed are tblResults(ResultID,ParameterID,ResultValue,ResiltIsPass,---------)
|
| Stop Function | 13 Jun 2006 05:36 GMT | 7 |
I have a Function that if fails I want to end all further processes. My function contains Select Case statements. I have an Exit Function on Err, but it seems to be looping through the error over and over again.
|
| How can i setup a website for my business | 13 Jun 2006 04:21 GMT | 1 |
I have MaryKay business and need to know how to start it on a website. also try to sells other produce ,like tables. lamps,watches. need help please. Thank you in avace
|
| GetRows works fine until there is only one record in query | 13 Jun 2006 03:35 GMT | 1 |
What's wrong? rst.Open "qryCableAutoCAD", , adOpenDynamic varData = rst.GetRows()
|
| AddNew method added two records at time :( | 13 Jun 2006 03:34 GMT | 2 |
I am working on a form. the text boxes are bound to a data table. so the user can either view or edit the data table using the form. Instead of letting user use the navigation button, i created buttons to perform the view and edit procedure.
|
| Working with arrays | 13 Jun 2006 02:46 GMT | 3 |
Good evening, I have the following code to run through records and populate an array. ***** Dim arrDwgID() As Variant
|
| Envelope address Malfunction | 13 Jun 2006 00:39 GMT | 1 |
When I create a letter in Word 2003 and I go to tools and then select envelope and label and then click on the address book it show Outlook Address Book or Contacts. I select Contacts and it shows me a list of my contacts info. Unfortunately when I select a contact for the ...
|
| MS Word and access | 12 Jun 2006 23:46 GMT | 1 |
How do you connect an MS Word form ,thats converted to a webpage,to an access database?
|
| remeber value | 12 Jun 2006 23:22 GMT | 1 |
i need to daclare a string in my form that sould be saved in memory for after i close acsess and next time reopen it should remember the value
|
| Browse through file names of Windows directory | 12 Jun 2006 22:15 GMT | 2 |
I would like to browse through the contents of a Windows directory and manipulate the file names programmatically. The objective is to enter the file names contained in a specific Windows directory into a VBA array to manipulate further.
|