| Thread | Last Post | Replies |
|
| Chane All columns to text from memo | 17 Mar 2006 09:01 GMT | 1 |
Subject basically says it all however I'm trying to change all existing memo fields to text of 255 in length. Is there a single SQL query that can be used for all of them? Thanks.
|
| Pivot Chart - inability to prevent rounding of data (Access 2003) | 17 Mar 2006 05:23 GMT | 1 |
I've created a form that contains a single unbound combo box and two subforms. The two subforms display the results of a query (driven by the combo box selection) in both tabular and pivot chart formats. The problem that I'm having is that the Pivot Chart that I've created
|
| Can I scan an open table for CRLF's with Edit/Find or CTRL-F? | 17 Mar 2006 05:13 GMT | 2 |
And if I cannot, what is the best way to look for occurrences of CRLF pairs in a text field? Of course, I'm talking about Chr$(13) and Chr$(10).
|
| s there any way to make the access windows in the bottom toolbar invisible ? | 17 Mar 2006 00:41 GMT | 2 |
Hi I was wondering if there was any way of making the windows for the currently opened objects in access invisible on the bottom toolbar. Iam using Access 2003 also is it possible to turn of the right click facility on the mouse to prevent the user from getting into the 'background' ...
|
| A2K3: Running query via currentdb.openrecordset() | 16 Mar 2006 23:29 GMT | 1 |
I have a parameter query named "qry_employee_info_reports" that I need to run in the OnOpen event of a form. I'm after its total number of records. The query's got several joins in it, and one of them is to query "qry_last_transition," which is also a parameter query. Both
|
| how to create Is Not Null for textbox | 16 Mar 2006 21:14 GMT | 4 |
I have a form linked to a Table. In the form, I have some textboxes, some checkboxes, and a AddRecord command button. I set the validation rule of the txtEmpNo textbox to Is Not Null, I
|
| date for DataEntryDate and DataUpdateDate | 16 Mar 2006 19:43 GMT | 5 |
With Access 2003 SP2, no problem having a field with date type of Date/Time and default to today's date (with default to date()), and let's call it DataEntryDate, however, when adding another field, call it DataUpdateDate (of date/time data type and default to date()), this
|
| Need quick pointers on accessing MDB file on a Web Server | 16 Mar 2006 19:31 GMT | 3 |
Can someone point me to the best concentration of info on manipulating an MDB file via VBA and HTTP? Need to do all the standard stuff for a flat-file database: locate and retrieve records by ID col, Insert new records, edit and delete
|
| Make Table query - Field Properties | 16 Mar 2006 18:50 GMT | 6 |
Is it possible to force a Decimal type field from an ODBC source to become a Double type field in the destination table when using a Make Table query ? Thanks in advance.
|
| Displaying multiple field values in 1 query record | 16 Mar 2006 16:50 GMT | 3 |
I have a table that looks like below: Name, Address, Favorite Pet Bill Smith, 123 Smith St, Dogs Bill Smith, 123 Smith St, Cats
|
| ADO refresh problem... | 16 Mar 2006 16:06 GMT | 9 |
I have a main form with two continuous subforms - neither is using master/child fields. Subform2 is bound to a local temp table. When I update a record on subform1 it executes a function on subform2 that deletes the records from teh temp table and repopulates it and of course ...
|
| MS Access 2002: Go to newly added record from form2 to form 1 | 16 Mar 2006 16:06 GMT | 3 |
I would appriceate any help to correct the code error that I am getting for the onclick event of a cmd button. I have two forms. Main Form "frmQuestion" and form 2 "SfrmQuestion". FrmQuestion shows the details about Question and by clicking on one for the cmd button on this form
|
| Update statement- script timeout | 16 Mar 2006 15:16 GMT | 5 |
I am creating a simple bug tracker application (in Access db) and i created a hisotry table to log the bug history. The history table contains details like ProblemRecordNo (PRN),
|
| Store files on SQL Database | 16 Mar 2006 15:00 GMT | 3 |
I have an .adp (Access 2003) file and I need to store files in a field on the database. I have figured out that I need the data type to be 'Image', so I have my table with the this datatype.
|
| OleDB Connect string to remote Data | 16 Mar 2006 14:53 GMT | 3 |
I'm using Access 97, Jet 4.0. the data resides on a Win 2000 domain server. Using .Net 1.1 and IIS 5.0 on a local XPPro computer I am trying connect to a Jet database on the server. If the data source is on the local computer I can connect ok. If it is is on the server I ...
|