| Thread | Last Post | Replies |
|
| Suppress scroll feature | 28 Apr 2004 13:37 GMT | 2 |
When I define a form based upon a table then I get this feature on the bottom of the form that allows a user to scroll through the records. Can I suppress this so it doesn't appear?
|
| Used a little of each | 28 Apr 2004 13:23 GMT | 1 |
Thanks for the help. I solved the problem by creating a macro named AutoExec and selected Maximize. Apparently Access will automatically execute a Macro with the name AutoExec.
|
| Terminal Digit Order | 28 Apr 2004 12:59 GMT | 5 |
How can I sort (in a query) a column consisting of 9 numbers, in terminal digit order?
|
| Help Please : Displaying Custom Message A2002 | 28 Apr 2004 02:11 GMT | 1 |
I have a simple question (to anybody who isn't me) I am launching a form called Shipping from another form called Completed with the following link criteria; Private Sub Shpd_Click()
|
| iff function | 27 Apr 2004 21:47 GMT | 2 |
I have a table where there are numbers stored for the values. How do I get those numbers to print out the corresponding words in a report. Example 1=yes 2=no 3=sometimes. I have the beginning, but how do I put the
|
| Additon? | 27 Apr 2004 20:52 GMT | 2 |
Hello, how can I do this? I have 2 fields. I need to have what is inputed in field1 be ADDED to(not replaced) to field2. Also, after the update i need to have field1 empty again. Any ideas?
|
| Sum, totals? | 27 Apr 2004 20:51 GMT | 2 |
IF I have 2 table (A & B) and I want to add them to the quanity of table C. How would I do that. But I want table C to be a running total So if table C = 10 and I add 5 to table A and 10 to Table Then Table C updates to 115
|
| Starting Access Maximized | 27 Apr 2004 18:02 GMT | 2 |
I have created a database with a form that comes up as an initial menu. Unfortunately, the form isn't maximized inside Access, but is windowed. I have noticed that whenever the database window is
|
| Using OpenRecordset | 27 Apr 2004 15:07 GMT | 2 |
I have a button on a form called "command9". When this is clicked I want to go through all the entries of a table called, "Device Table". I using the following code:
>Private Sub Command9_Click() >Dim rs As Recordset >>Set rs = CurrentDb.OpenRecordset("Device Table") |
| Selecting customers with more than 1 contract | 27 Apr 2004 12:41 GMT | 1 |
I have a table of customers, which includes contracts they hold with our firm. Most customers hold one only contract, however some hold two and three and a few as high as 5.
|
| Changing formats | 27 Apr 2004 04:38 GMT | 8 |
I recently upgraded computer including a larger monitor. When I now run my databases, they fill about 25 percent of the new screen. How can I enlarge my databases to fill more of the new screen? A couple of other questions -
|
| Syntax error | 27 Apr 2004 03:59 GMT | 1 |
Can someone tell me what's wrong with this statement? I keep getting a syntax error when I try to add a combo box to this form. SELECT DISTINCTROW Contacts.UNIQUE_ID, Users.Name AS NovoName, Contacts.Company, Contacts.Contact, Contacts.IDStatus, Contacts.[Create
|
| adding records to linked tables | 27 Apr 2004 03:24 GMT | 6 |
Dear Friends, I have seven tables(various details) linked to one table (name)I created a query and form. But couldn`t add records to linked tables.
|
| Currently Locked by user | 26 Apr 2004 22:56 GMT | 2 |
I am getting the error above in a multiuser access 97 database, when users are adding or deleting records. I have the form set so that a user can only see his/her own records. The record lock is set to Edited Record. The
|
| Upgrading to Access 2003 | 26 Apr 2004 22:27 GMT | 2 |
One of my clients has a machine which has Microsoft Office 2003 Standard installed. We need to add Access 2003 to this machine. Do I need to purchase the full version, or does Office 2003 Standard qualify me for the upgrade version?
|