| Thread | Last Post | Replies |
|
| Link field | 22 Aug 2007 15:36 GMT | 5 |
Hi all I am trying to creat a form where if i select the site name from the combo box the address box is populated automaticaly from the master table
 Signature Message posted via AccessMonster.com
|
| Running a report on a filtered Listbox | 22 Aug 2007 15:10 GMT | 9 |
I have a form that has a listbox wich displays a filtered table. I would like to print a report of the contents of that listbox. This seems like an easy task but I'm struggling here. Can you
|
| Problem with chart in a form | 22 Aug 2007 15:10 GMT | 3 |
I used the chart wizard to create a scatter chart in a form. However, instead of the chart displaying one series with 8 data points I get a chart with 8 series each of only 1 data point. The X axis is also displaying a count of the data points rather than the actual X values in ...
|
| How do I get a form to close automatically after it's idle? | 22 Aug 2007 14:52 GMT | 1 |
I need my form to close automatically and lock itself up after a certain amount of time has passed and the mouse doesn't move just like how the computer shows a screen saver after so many seconds of being idle. This way, no one else can go on the form if I needed to leave all of ...
|
| display current date and time continuously in form entry | 22 Aug 2007 14:43 GMT | 1 |
I want the current date and time displayed continuously during data entry on form in access database
|
| Committing Records To Table | 22 Aug 2007 14:02 GMT | 5 |
Im helping create an Access database to monitor IT stock. The person who will be using the database wants a button on the form 'Stock_Level_Edit' to commit new records to a table 'Equipment_Table'. I know this is not best practice, but this is what the person is looking for. ...
|
| Northwind Picture | 22 Aug 2007 13:20 GMT | 1 |
I am trying to create an employee form, on each form there will be a picture of each employee. I have attempted following the links provided in other reponses; with no luck. I am now attempting to copy over the employee table and form from Northwind,
|
| printing invoices to pdf files | 22 Aug 2007 13:15 GMT | 1 |
I want to print invoices to pdf files using Access. The data will come from my SQL tables that are part of my business software. I want to make pdf files out of the invoices so I can email them to customers as they are requesting. What I want to do is print the invoices as
|
| Lebans Tooltip : Change Default Font Size ? | 22 Aug 2007 11:27 GMT | 1 |
1. I need to increase the default Tooltip font size. Is this possible? 2. Also I would like to specify one of the icons to appear in the tooltip using : " ToolTip Icons (Set with TTM_SETTITLE)"
|
| Access 2007 "cursor stops at first/last field" check box Access Op | 22 Aug 2007 10:20 GMT | 2 |
I have checked the Access 2007 "cursor stops at first/last field" check box in Access Options/Advanced. I thought that this should stop the cursor moving to th enext record wehn you used the arrow or tab key in a table or form but it does not.
|
| address in header | 22 Aug 2007 10:00 GMT | 4 |
I am struggling with Access 2007! Firstly, I am trying to form an invoice. Whenever I try to type the address in the header, it will not let me put in a 'Return' to add subsequent lines. Similarly, I have set up an expression in the body of the form to lay out an
|
| form entry based on combo box/lookup | 22 Aug 2007 07:58 GMT | 3 |
ok. I have been marauding these forums for awhile now and first of thanks to all those whom help others out... makes a difference. This is my first post in here and hopefully this will make sense... I have three tables.
|
| template for contract to alot shares in new business | 22 Aug 2007 07:44 GMT | 4 |
Hello.. I am about to set up a new business and incorporate it. The corporation will have 100 shares.. I am looking for a template to set up a contract offering 20% of the business for certain services needed to run the business.. This person will be one business entity and I ...
|
| Random Number not so random | 22 Aug 2007 03:49 GMT | 4 |
I am trying to create a random Job number when my form loads using the onLoad event to process this: Me.Textfield = Format(Date, "mmddyyyy") & "" & Int((99 - 1 + 1) * Rnd() + 1) Which will create a job number like 08212007** with the last two numbers
|
| Combo box with 3 part foreign key | 22 Aug 2007 03:20 GMT | 2 |
I have a table that has a 3 part foreign key to a look up table. How do I implement a combo box that looks up field1, field2, field3 and descriptive name in the lookup table and populates field1, field2 and field3 in the target table?
|