| Thread | Last Post | Replies |
|
| How create shaded box behind control ? | 14 Jul 2005 19:39 GMT | 3 |
A user wants a report that looks like a checkerboard. Each square can contain one of two dates TARGET or ACTUAL. If the date is a target the box is to be unshaded and if its an actual the box is to be shaded. Is there any way to do this in an Access (2003) report? The shaded area ...
|
| Email with embedded hyperlink to network file | 14 Jul 2005 18:57 GMT | 1 |
I have the following code in my submit button to send an email with a hyperlink to the network file to bring up the Access database. But the hyperlink only takes me to the Windows browse locator, not the database on the network. This way the User will need to browse the network to ...
|
| Selecting fields to show on report | 14 Jul 2005 18:49 GMT | 12 |
Im trying to create a form based on a query or table. Form will conttain check boxes. Each check box represents a field to be showed on a report. Im not very proficient with vb, and do not know how to do somthing like this. PLEASE HELP
|
| Accessing Web site HTML | 14 Jul 2005 18:09 GMT | 1 |
In Access 2000, I have tried using the MSFT Internet Transfer Control (Inet1), and the Wininet dll to get the info from http://finance.lycos.com/qc/stocks/quotes.aspx?symbols=NYSE%3AADP+BHP this web site.
|
| Splash Screen | 14 Jul 2005 17:52 GMT | 1 |
Fiqured out how to do a splash screen without editing the registry, but is there a way to keep it visible until the first form loads? Right now you can only see it for about a half of a second. Really, is not much of a spalsh screen if you cant read it now.
|
| How to copy a file in Access? | 14 Jul 2005 17:26 GMT | 4 |
I'm having some problem copying a file using code in the form's OnOpen event. Here's the code snippet: =========================================================== Dim fs, a
|
| Changing the query def doesn't update the recordset in a form | 14 Jul 2005 16:36 GMT | 3 |
I use the following code: With Forms!Drawing_Sign_Off_Form.Form If .Controls("chkSTX") Then strSQL = strSQL & "WHERE DOC_TYPE=""STX""" & vbCrLf
|
| Keep field X in new record same as previous record | 14 Jul 2005 16:35 GMT | 2 |
Okay I've got a form whose fields are this: DepartmentID, LastName, FirstName, and Employee#. I have a handwritten list that I'm typing up into this form. Now, I have like 30 people per Department. What I would like is for the DepartmentID
|
| Cannot get the Form to update | 14 Jul 2005 16:30 GMT | 4 |
I wonder if someone can please help me. I have the following scenario. [Customers] - A table that contains customer information, name, address, ZIP, etc. [Customer Info] - A Select Query that only selects those records in the
|
| How do i am values from list boxes? | 14 Jul 2005 15:51 GMT | 2 |
I am making an invoice for a company i work for and ive made it so far so that you select from a drop box the type of product and it requeries another drop box to show the different products and once you select one it displays the price in a list box. i want to have a sub total, ...
|
| Conditional Formating in Access97 | 14 Jul 2005 15:44 GMT | 3 |
I am using the following code for conditional formating in forms Private Sub Comp1_AfterUpdate() If Me!Comp1 > Me!Comp_Log_Isuue_Date Then Me!Comp1.BackColor = 65280
|
| default font list is empty | 14 Jul 2005 15:05 GMT | 1 |
I work with Access 2002 SP3 recenty the default font list (menu/tools/options/datasheet) as been deleted and i cant choos the font does anyone has an idea how to correct it
|
| no duplicates on close of form | 14 Jul 2005 14:40 GMT | 3 |
I have a form that the users will inputdata in the form view and the datasheet view. They need the ability to copy and paste a number of lines at a time. I have one
|
| Open Application | 14 Jul 2005 13:54 GMT | 1 |
Is there a way to open one application from within another. I am wanting to open one particular application first(both are a mde), then after a few things are entered, open the second application, then close the first one.
|
| Report format | 14 Jul 2005 13:42 GMT | 1 |
Is it possible to format the report to show the data in the following way(landscape) Month :June July ==== ==== ====
|