| Thread | Last Post | Replies |
|
| Date()+dLookup | 15 Aug 2007 05:40 GMT | 5 |
Is there a way to have an unbound field in a subform do a calculation that will add the value from another field [AssignDate] to the dLookUp value DLookUp("[DHallExpiration]",[tblExtraInfo]) I tried it the easy way and get a #Name? error.
|
| Need help bringing back an ID on the most recent record | 15 Aug 2007 03:42 GMT | 1 |
I have a table with Student ID EventID EventDate (for example) 573 2670 7/1/2007 573 2716 7/1/2006
|
| how to fix enter parameter values in the Insert into statement? | 15 Aug 2007 03:15 GMT | 1 |
Hi, All: I am using insert into statement to populate a Table, however, the table has to use one field change with the change of multiselect listbox value, the other would be an ID from that Form.
|
| Lookup table troubles in query | 15 Aug 2007 00:03 GMT | 2 |
I am using a database, that I admit I created before I was the wiser, and used combo boxes (lookup fields via the Wizard) in the database table. The database is now filled with data. The table has multiple fields, but there are four fields from which I would
|
| removing blank fields in a query | 14 Aug 2007 23:59 GMT | 2 |
I need to build a table using a old database. the field I want has some data in them but can also have blanks. I do not wan the fields with blanks how do I accomplish this.
|
| Shunt address data left | 14 Aug 2007 23:36 GMT | 2 |
Hi all, query solution I hope ! I have imported a csv address file into access : Address1 Address2 - Address6 Some fields are blank followed by another blank
|
| Generating A Random Set | 14 Aug 2007 21:38 GMT | 2 |
In my table I have a field labeled "Points Adjust." The data in the field can contain points that have been adjusted from 1 to 100,000. I need a query that will pull a random 10 that have had >0 and <20,000 points adjusted. I tried to set criteria =RAND()X,XX but this did not ...
|
| Query for records | 14 Aug 2007 21:00 GMT | 5 |
I need to query for all records in a table where at least a particular participant is the same. The fields I need are all of the following: PartType.Participants
|
| Creating a column in a query that increases in value numerically | 14 Aug 2007 20:49 GMT | 3 |
I've got the following query: SELECT QuoteItems.SubHeading, QuoteItems.Qty, QuoteItems.PN, QuoteItems.Desc, QuoteItems.LeadTime, QuoteItems.Optional, QuoteItems.Price, Quotes.ROE, [Price]*[Roe] AS USDPrice, [Qty]*[USDPrice] AS TotalValue
|
| Multi Part Query = No records | 14 Aug 2007 20:48 GMT | 5 |
I have a database created by getting external data (outlook folder) and creating a table I've got this linked to the actuall outlook folder so it is updating. However in the table it generates I have a ton of excess data. So I started
|
| Accessing a form component i a query | 14 Aug 2007 20:43 GMT | 4 |
Hello Is it possible to access the text property on a textbox and us it in a query? I have inherited this access database and it doesn't work, it simply pop-up an input box where the query needs data from a textbox (tekst28) on a form.
|
| monthly quantity matching report | 14 Aug 2007 20:24 GMT | 3 |
TABLEJAN id quantity type 1 1 c 2 1 c
|
| Any good SQL Editors out there? | 14 Aug 2007 20:21 GMT | 1 |
Hello all. Any Decent SQL Editors out there that will clean up the way access lumps SQL together and makes for easy editing?
|
| Fixed Column from one table | 14 Aug 2007 19:40 GMT | 1 |
I have two tables; one with work orders and one a list of water main breaks. I also created a table with just the date from January 1, 2000 to present date. I want a query that shows every date and takes data from each of the other
|
| Random Assignment | 14 Aug 2007 19:38 GMT | 2 |
I have a database that includes an Observers table (32 records) and an Associates table (357 records). We randomly assign each observer a group of associates and are currently doing this through a very manual process in Excel.
|