| Thread | Last Post | Replies |
|
| How to edit data generated by a query | 13 May 2005 21:14 GMT | 3 |
Can someone tell me what i need to do to allow my data generated by a query to be edited in a form. Right now I have my data looking the way it is suppose to look but I am unable to edit it in a form view. Any leads would be appreciated.
|
| adding form field result to query - urgent | 13 May 2005 20:41 GMT | 4 |
I have a query that I'm using to identify audit questions as determined by a combo I want this query to return audit questions based on a value in a combo box on a form. I also want to add a field to the query that will populate with PrimaryID field on that same form.
|
| DLookup is incredibly aggravating | 13 May 2005 20:28 GMT | 9 |
For some reason I have the hardest time with DLookup syntax. Please help! I'm trying to lookup a contact name in tblMembership where MEMBER_ID (in tblMembership) = Primary_Contact in tbl Business. Here's my DLookup: PriContactName: DLookUp('[FIRST_NAME] & " " &
|
| I'm a crosstab dummy | 13 May 2005 19:26 GMT | 2 |
Hi there. Using A02 on XP. Have never had a loving relationship with crosstab queries. I try, goodness knows, I try. I know this is so simple most folks reading this will need to contain themselves but I need some advice. I have a simple Excel spreadsheet that I'm importing and I ...
|
| Changing Row Data into Column Data | 13 May 2005 18:55 GMT | 4 |
I have a query that potentially results in multiple rows of data for the same critical fields (Order # and Due Date). Whenever the same Order # and Due Date appear (concatenated if necessary) I would like the rows to come out as additional columns and thus have one single result ...
|
| Limit on iif statements? | 13 May 2005 18:01 GMT | 7 |
I have a query make-table query that works. However, I need to add one more if statement and when I do, along with the additional left ), I get a message "Query too Complex..." Is there a limit on the number of if statements Access2003 can handle?
|
| Record Protedction | 13 May 2005 17:08 GMT | 2 |
I have an access DB that currently handles a company's finance's. Is there some way to lock all information relating to a particular year CM
|
| querying a bill of material table | 13 May 2005 16:52 GMT | 2 |
I have two tables with these pertinent fields: tblProfiles txtProfileID (PK) Description
|
| SQL more like TSQL | 13 May 2005 16:41 GMT | 3 |
Access 2003 I'm wondering if there is a way to have Access type queries more TSQL like. For example, the query below is from Access: SELECT Product.productID, Product.productName
|
| Exporting Table to comma delimited text file | 13 May 2005 16:38 GMT | 2 |
I want to include code to export a Table file to a comma delimited text file that uses no text qualifier and includes the first row as the field names. Ideally, I would like to save a copy of that file locally and e-mail a copy to someone in another department. Can anyone help me ...
|
| How to use the Like operator in Parametric queries? | 13 May 2005 16:09 GMT | 2 |
How do I use the Like operator in parametric queries which prompt the user to enter part of the value for a field?
|
| Any advice on data base for listing music collection? | 13 May 2005 16:05 GMT | 2 |
I have a large collection of mostly classical music CDs and LPs and am looking for a good but simple data base on which I can list them by composer, piece, performer etc. I don't fancy using excel, plus as I understand it, a data base allows one to cross reference and provide ...
|
| How to use this module? | 13 May 2005 14:27 GMT | 2 |
A few years back, someone on this list provided me with the following module, which takes a list of words and reverses them (ie, "word" is changed to "drow").. The words exist in a one-field table, each row of which contain one word. I used the module in a query and it worked
|
| Need query field assigning line number for each found record | 13 May 2005 13:56 GMT | 7 |
My query collects accounting data. Each query must be assigned a batch number which the user manually enters according to stated criteria. I need to add a field to the query that will identify each record by a line number: 1,2,3,4,5, etc. Can someone help me with either SQL or ...
|
| Making a log file | 13 May 2005 12:57 GMT | 1 |
How do you make a log file in Access vba? I want to log certain characteristics when running an Access 2003 query. (Specifically I need to know if the returned data contains any tab characters and I want that logged to a file.) The vb logmode and logpath property, or the ...
|