| Thread | Last Post | Replies |
|
| auto generate claim no | 03 Feb 2005 00:01 GMT | 2 |
Dear Gurus, i had written following codes to auto generate the next claim no Private Const strC = "GCT/02/J/" Private Sub Command1_Click()
|
| Sorting Where Sort Field Is Null | 02 Feb 2005 23:56 GMT | 4 |
My report has a text field named ItemNum. Most records have a value for ItemNum. I set Grouping And Sorting to sort ascending on the ItemNum field. The records where ItemNum is Null appear at the top of the list in the report. I want the records that have a value for ItemNum to be ...
|
| report totals | 02 Feb 2005 23:50 GMT | 2 |
Hello to all, Here is my data Bureau Days here are the samples 1 12 (0 - 14 days)
|
| Access and Excel Pivot Table | 02 Feb 2005 23:30 GMT | 1 |
I'm using the reverse pivot technique on an excel spreadsheet to create a list dataset from which I can make a pivot table in excell. The only problem is that because there are so many years going across, whenever I try to do this the computer tells me it was only able to do an
|
| import+3query+recursion | 02 Feb 2005 22:56 GMT | 1 |
i have a mdb which imports file from excel(specified directory) into access. once in access i have to run a self query/union query within one table. can i do something so that the query becomes recursive...it picks values from the access table(converted from the excel file), ...
|
| conditionally enabling a form control | 02 Feb 2005 22:41 GMT | 2 |
Perhaps someone in this group smarter than me can help me with this problem. On a data entry form, I have placed a command button to "close" the form when the user is finished entering the required data. To make sure the user enters complete data in every text control, I
|
| Use multiple queries to display information on a form | 02 Feb 2005 22:37 GMT | 3 |
I am trying to display information in Access on a form that takes information from many different queries and puts them together on a spreadsheet or chart. Some specific info: The information I am displaying consists of a work
|
| Question about Access 2002 | 02 Feb 2005 21:47 GMT | 1 |
Hello, I am very interested in the access 2000 data base posibilities. I hope learn a lot about acces 2000 and solve some of your questions. I have a big and simple problem. I use access to entry a big amount of data. But Access 2000 has a big problem, that problem is: "if you
|
| Create a duplicate record | 02 Feb 2005 21:38 GMT | 8 |
I have a data input form and need to automatically duplicate the existing record as a new record by clicking a button. The main purpose to duplicate the record is that the new record is very similar to the existing record with minor differences. It will save the data input ...
|
| Format to say "Required" | 02 Feb 2005 21:22 GMT | 7 |
Using Access 97 I have a form with several text boxes, I am trying to get each text box to display the word "Required" for the appropriate boxes on a new record. A friend gave me the following line of code that I put into the text box Format property:
|
| Using On Mouse Over OR Mouse Move to display a description | 02 Feb 2005 21:21 GMT | 2 |
I'd like to try to have text displayed when I move my mouse over a command button. For example: let's say I have a form with 3 different command buttons. Each command button launches a different report.
|
| Updateable Query | 02 Feb 2005 20:13 GMT | 1 |
I have a need to update a table with the min date from another table. I have a query that has the min date for each group in one table. I want to pass this value into another table. I get an error saying that Operation must use an updateable query. I understand it won't update
|
| ACC97: Linking tables using two fields in each table | 02 Feb 2005 20:10 GMT | 1 |
It seems like at one time I knew how to do this, but right now I'm drawing a blank. I know there has to be an easier way to link tables using more than one field. Heres a simplfication of the problem:
|
| Module Compare Add-In? | 02 Feb 2005 19:10 GMT | 3 |
Is there an add-in or other utility that would allow the basic modules from two different databases to be diff'ed?
 Signature % Randy Yates % "How's life on earth?
|
| Numeric overflow in [tinyint] field | 02 Feb 2005 19:03 GMT | 2 |
Hi, In Query Analyzer: update tblUserProcess set usercode = 1002
|