| Thread | Last Post | Replies |
|
| Help with a lesson plan database please | 12 Sep 2004 07:43 GMT | 2 |
I am trying to create a database to store my lesson plans in and I have hit a problem that I am sure is simple to solve but my lack of access (2000) ability is getting in the way. What I want to do is to have three combo? boxes on a form . The first two are
|
| How to create a Calculated Field | 12 Sep 2004 06:07 GMT | 1 |
Example: Date | ItemCode | Stock_In_qty | Stock_Out_qty | Bal_qty ------------------------------------------------------------------ 12/09/2003 | A100 | 20 | 0 | 20
|
| How to query database with multiple queries | 12 Sep 2004 06:02 GMT | 1 |
I have the following fieldname in an Access_Table: Field 1 = Cust_ID (Primary key) Field 2 = Date Field 3 = Description
|
| Newbie question - simple database | 12 Sep 2004 03:04 GMT | 3 |
I help out at a non-profit radio station. We have about 20,000 records (of the musical variety) in our collection. We also have an old database manager (entity, not person :) with details of our collection. This manger was written in QuickBASIC 4.5
|
| Running procedure when I press Ctl K | 12 Sep 2004 02:48 GMT | 8 |
I want to run an event when I press the Ctl key simultaneously with the K key. How do I achieve this in VBA? dixie
|
| Access 2.0 -- Need Install Disks | 12 Sep 2004 02:47 GMT | 4 |
A client wants me to do a conversion from Access 2.0 (yeah, I know, unreal). The problem is, she doesn't have the install disks and I haven't had a copy of 2.0 in years. If some kind should could kindly point me to a place where I might get a
|
| How can we control the security pop-ups when Automating OPutlook from Access? | 12 Sep 2004 02:11 GMT | 3 |
We have an Access 2000 app that is highly integrated with Outlook 2000 or later. The app allows the user to send predefined emails that are created through an Access form and stored in a table bound to that form.
|
| recordset | 12 Sep 2004 00:30 GMT | 7 |
I have a querystring built up in vba and I want to open a recordset based on the sql and pass the date value to a textbox or label for use elsewhere on the form. The recordset isnt working as it gives too few parameter error:
|
| Newbie question | 12 Sep 2004 00:20 GMT | 1 |
Access 2000...on my form, I have a "date in", formatted for date; then "Nbr. Days"; then "date out" formatted for date. In "date out" control I have dateadd("d",[date in],[nbr. days]) and it returns the correct date. The problem is that on my table, I have a column titled "date ...
|
| Is it possible to disable security prompts for sendobject Faxing | 11 Sep 2004 22:35 GMT | 2 |
When I use sendobject to send aan access report fax via outlook 2003. I get this prompt in from outlook that states Antoher program is trying to automatically send email on my behalf. To continue I have to click Yes but yes is disabled for the first 5 seconds.
|
| Report from linked tables. | 11 Sep 2004 22:30 GMT | 1 |
I have an Access database of two tables. One table is a vehicle inventory table and the other is a vehicle maintenance table. There is one field common between both tables and these fields are linked. This field is the vehicle number. When I query the tables, I get the all the ...
|
| avoid zeros in report | 11 Sep 2004 19:09 GMT | 1 |
I have a report based on a table with some columns with numbers. Now my problem is that when I display the columns in my report there is a zero a lot of places, and I would rather want to display blanks instead of zero. Can anyone tell me how to do that?
|
| Adding new pages to a form | 11 Sep 2004 17:07 GMT | 1 |
I have added a new page to my existing form using the wizard. Ever since, my screen (Page1) flickes whenever I move the mouse across the page. Does anyone know how to avoid this problem?
|
| DYNAMIC new page forcing | 11 Sep 2004 16:38 GMT | 2 |
I need to force the new page in a particular point of a report according the value of a variable or an expression (if varX=true then force the new page). Thanks in advance for tips.
|
| Determining Future Date | 11 Sep 2004 16:28 GMT | 6 |
I am trying to write a function that determines how many hours there are until a certain date/time that depends on what today's date/time is. Basically, how many hours from now until the next time that it is 8am on Monday.
|