| Thread | Last Post | Replies |
|
| Greyed out controls staying greyed when not applicable | 21 Aug 2006 15:01 GMT | 2 |
The value of a combo box (cboSourceOpp) makes some following controls invalid. I grey out the invalid controls as follows: If Me!cboSourceOpp = "Other" Then Me!OtherNotes.Enabled = True
|
| Position form load point as top left?? | 21 Aug 2006 14:39 GMT | 4 |
Sorry guys. Have read through all the posts on positioning of forms and can't find any that specifically address this. My question is how do I set the default load position of the form to the top left. When I load my form even though I have turned off the centering option
|
| Searching/adding new records | 21 Aug 2006 13:49 GMT | 3 |
I would like to change my main forms. I have several different ones and each main form shows the company with the products they supply and their main customers in two different subforms. The different forms separate the companies by which type of products they supply, so ...
|
| Predifined value | 21 Aug 2006 12:55 GMT | 5 |
I have form with the fields: code, qtt and price. I want price to have a predefined value. This value must come from the table Prices, which has the fields: code and price.
|
| Declaring a Declaration? | 21 Aug 2006 08:24 GMT | 14 |
I'm trying to create a 'rule' (declaration?) so that when a user has SetFocus on a textbox, the BorderWidth expands to 2. When the textbox loses focus, it's gone back to 1. As i have ALOT of textboxes, i want to avoid writitng code in each textboxes gotfocus/lostfocus - does anyone ...
|
| SQL Database, User interface Access, want hyperlink field - how ? | 21 Aug 2006 08:23 GMT | 4 |
I have an SQL Database where I was planning on storing the data, I was creating a user interface through Access2003 (right / wrong ?). In Access you can have a hyperlink field in SQL you do not. How to I have a field in a form that is a hyperlink - I get this error when
|
| Print and Close Command | 21 Aug 2006 07:37 GMT | 14 |
Need a Print and Close Command to be use in some Access Unbound Forms.
|
| Unable to enter new record | 21 Aug 2006 07:19 GMT | 6 |
I have a database that is on a shared folder...I have 7 records on my form when I enter a new record it does not save. However, when I'm in table view the ID (auto number) goes from record 7 to record 22, 23, 24. Not sure what has happened (possibly deleted records) and can ...
|
| Import info from form to subform if null | 21 Aug 2006 06:22 GMT | 1 |
I have a form for customers and an issuing office form which is linked via customerID. If the issuing office information is the same as the customer information, Or if no information is entered on the issuing office form, then I would like for the customer information (main ...
|
| Forms and Subforms | 21 Aug 2006 02:39 GMT | 5 |
To all you MS-Access gurus out there, thank you very much in advance for your help. I am trying to create a Form containing a Subform. The Form is based on a table (Vendors) with the fields VendorID (primary key) and VendorName. The
|
| subform sizing problem? | 21 Aug 2006 01:31 GMT | 7 |
I have a form that displays a single record at a time, info for one student. I have a subform (continuous) that displays all the courses that a student has taken or will take. If a student has 20 courses on his/her degree program, I can see all 20 on
|
| Error Procedure too large | 20 Aug 2006 22:38 GMT | 1 |
This program runs fine in my company but when i try to run at home it gives that error: Compiler error: Procedure too large
|
| Loading a form/Subform for a new record | 20 Aug 2006 22:36 GMT | 1 |
I have a client database where I have a command button on the Customer Info form that on click it will open another form and load the client info on that form. Two things are wrong:
|
| Printing an uncommitted record | 20 Aug 2006 21:51 GMT | 4 |
I have a problem which I repeatedly encounter. I need the user to be able to print a report which is based on a record just entered, BUT NOT YET COMMITTED. How do I commit the record when the user clicks "Print"? It seems like it should be an absurdly simple problem to solve, but ...
|
| Filter Form from ComboBox | 20 Aug 2006 21:47 GMT | 1 |
I have a form that I want to filter from a ComboBox List or a group of command buttons Appreciate Help Al
|