| Thread | Last Post | Replies |
|
| Asp query (SQL Related) | 28 Feb 2007 23:51 GMT | 4 |
I have two resultset in asp as follows database is sql AttributeText 700 Kbps
|
| Updating a field in a table | 28 Feb 2007 23:33 GMT | 1 |
I am trying to figure out how to update a field in a table ONLY if it matches a criteria. In this example, I have a sales opportunity (with a unique identifier). Each month we pull the sales report which has the
|
| Passing an Object (VBA Question) | 28 Feb 2007 21:05 GMT | 3 |
I have the current Sub Procedure in a VBA Module. ----------------------------------------------------------------------------------------------------------------------------- Sub openForm(formName As String, Optional varToSend As Object) If varToSend Is Missing Then
|
| Output the results of a query to Excel | 28 Feb 2007 19:48 GMT | 2 |
I am currently outputting the results of a query to an Excel Workbook using the following line of code: DoCmd.OutputTo acOutputQuery, queryName, acFormatXLS, , True What this is doing is asking the user where to specify where the file
|
| How to use a DLL in MS-Access VBA | 28 Feb 2007 19:35 GMT | 3 |
I am programming an Access database for a blind co-worker. I need to plug in a DLL, but I've never done it before. Here's all the information that is available (after hours of Googling):
|
| Disable the Continuous Form or RecordSelector | 28 Feb 2007 19:22 GMT | 5 |
I have a Continuous SubForm on a TabPage. Above the ContinuousForm is a "box of fields" I use to display the entire record that the focus is on. When one points to a record using the RecordSelector, it has the desired effect of displaying all the
|
| diagram | 28 Feb 2007 19:00 GMT | 2 |
I have a result in a crosstab query. I know how to create a report with a graphic-diagram (pie diagram ..) I wonder what is the best graphic to present next data (each graphic has a typical function).
|
| Building SQL in Visual Basic | 28 Feb 2007 18:57 GMT | 2 |
I am trying to build an SQL in Visual Basic and need some help with quotation mark(s). I have two text fields on a form where the user enters a sales group range to view records between those sales groups. For example:
|
| "Open File - Security Warning" | 28 Feb 2007 18:50 GMT | 4 |
How do I get rid of the generic Windows "Open File - Security Warning" that appears when I try to open a database that resides on another PC on my home network? This is not the annoying macro security warning - I have my macro security set to low. The warning I am describing only
|
| Archiving files | 28 Feb 2007 15:03 GMT | 5 |
I need help - I am not a programmer. I am a user. I have an access95 database created by an individual who is no longer available. Another worker in my office inadvertenly archived the jobs from our database. Can anyone tell me how to unarchive these jobs?
|
| Keeping track of changes in VBA Classes | 28 Feb 2007 14:23 GMT | 2 |
I'm working on an application in which I already make some preparations to be able to work in a frontend and backend database, even if this isn't the issue a this moment. I'm using VBA classes for this (I know not the easiest way, but I have made some considerations
|
| Help required! | 28 Feb 2007 04:52 GMT | 1 |
I am creating a web services application in Visual Studio Dot net which links to a MS SQL database. I need to create a form which lets the user pick his field of choice(doesnt matter what it is..) using drop down boxes,radio buttons
|
| A97 + Vista - need "permanent" admin privilege | 28 Feb 2007 03:49 GMT | 3 |
Using only Access 97. Need to run as admin in order to use Tool /Compact, etc. Tried Allen Browne's suggestion about registry hack meant for multiple versions of Access, but doesn't seem to work for "version 8.". (Still get Error 75: Path/File access error) Users have been ...
|
| How do you store/manage/present the documentation for your database? | 28 Feb 2007 00:42 GMT | 1 |
I have a database documentation question, but I am not even sure how to phrase it properly so I don't know where to start looking for answers. We are developing a database that is based on several different data
|
| Determine if New or Repeat Client | 27 Feb 2007 23:44 GMT | 3 |
Good morning, Access gurus! I'm having a brain fart and can't seem to wrap my head around the logic for this problem, so I'm hoping someone out there can help me out. Here's my situation:
|