| Thread | Last Post | Replies |
|
| option to send report to snapshot | 28 Jan 2008 15:13 GMT | 7 |
I posted this within a prior question hoping to get a reply, but nobody answered, so I'm posting my own question. I have a form where the user clicks on a button, which returns to him a print preview of a report...I'd like for him to then have the option of
|
| Attaching an external document | 28 Jan 2008 15:11 GMT | 3 |
Here's what I would like to happen... Browse for file dialog comes up, user selects a file (or multiple files), the files will probably be on their computer, so after they select it (them) I want to move the files to a particular folder the server (everyone has the
|
| Closing Workbooks | 28 Jan 2008 14:24 GMT | 2 |
Currently, I have 2 loops. One to import all workbooks in a folder, and a loop within that to import all worksheets within those books. But when the workbooks close, I get a message box saying the book I just closed in now available to read-write or cancel. How do I make that box ...
|
| Append Memo Fields from MS Access to SQL Server | 28 Jan 2008 14:09 GMT | 11 |
How can I append records from an Access table to a SQL Server table? regular append queries cut off the memo fields at 255 chars. no good. i tried using adodb with sqloledb provider, bu then it doesnt find my access table.
|
| Integrating .chm with Access2003 | 28 Jan 2008 09:25 GMT | 6 |
i have an access2003 database and i have created a .chm file using HelpMatic. Does anyone have any sugestions how i can integrate the .chm file with access? i have a help button on all my forms but when i use the follow hyperlink cmd i get warning messages before it opens the file ...
|
| salvage a corupt access file | 28 Jan 2008 01:36 GMT | 6 |
I did a complete recovery on my laptop, and saved my data on a WD external USB harddrive. Now when I copy the data back onto my laptop, I find many files are corrupt! I have a couple access databases that I really need to code from. The database tables are important, but the ...
|
| SQL Syntax error | 27 Jan 2008 23:00 GMT | 7 |
I am new to Access and SQL. I am trying to open a recordset, initially showing all records but eventually I will also need to apply filters in a WHERE clause. I am getting a "Syntax error in FROM clause" message, and can't figure out
|
| change a field of text "AU $9.95" to currency "9.95" | 27 Jan 2008 15:35 GMT | 3 |
i have a imported data in a table which has a field [sales price] of text "AU $ **.**" and i need to do calculation on the field. I have created a form with the exact table and trying to link the field [sales] of currency to the field of [sales price]. What can i do?
|
| RecordSet Type mismatch using Access 2007 VB script in Access 2002 | 27 Jan 2008 01:50 GMT | 2 |
Why am I getting a "runtime error '13': type mismatch" for the line Set rsState = dbs.OpenRecordset("Select State From tblState2000 Where StateID = " & iLoop) that is within the following script?
|
| mdb fails to open with double-click | 27 Jan 2008 01:35 GMT | 7 |
I have an MDB that is working fine on 5 systems, but it will NOT open with a double-click on the icon on ONE machine if other users have the file open. If NO ONE has the file open, this machine will open the mdb with a double-click on the icon. Also, if another user has the mdb ...
|
| Bar code scanner | 26 Jan 2008 18:45 GMT | 2 |
I have a database than I wrote to keep track of an co-operated vending route and I have. And I have a huge inventory of CD’s that I would like to enter into my database, can you use a bar code scanner to read the artist name on a CD. And how would you do this.
|
| Chart Object - SeriesCollection property | 26 Jan 2008 10:54 GMT | 9 |
Can anyone help with me please - been scratching my head for over a week now - I am trying to colour stacked bar charts dependant on a set of different variables using the series collection property struggling to work out why I continually get
|
| Determine available SQL Servers | 26 Jan 2008 07:51 GMT | 1 |
Anyone know of a method to programmatically determine the name and IP address of SQL Servers running on a network? Dale
|
| Access 2007 and vista | 26 Jan 2008 01:58 GMT | 1 |
Has anyone had any problems with Access (2000 and up), full product or run-time, when converting from XP to Vista?
|
| Can't add a record because because a record is required in the sub | 25 Jan 2008 22:01 GMT | 2 |
In a database of mine I have a form with a few text boxes (first name, last name ...) and some subforms for additional information. The problem is: When I try and register a new person and have typed in what is required in the form, I move to the first subform. Then Access says ...
|