| Thread | Last Post | Replies |
|
| Field view | 19 Dec 2005 18:31 GMT | 2 |
Is it possible to write code on the field like this: =with Italik font style [hello] & blod font [name] God Bless
|
| Print Report Record Matching Current Form | 19 Dec 2005 18:19 GMT | 2 |
I have a form called FILE with a field in the Form called FileNum which is stored in a table. On my form, I have a button to print a report. The report is based on the table. When I click on that button, I only want to print the report record that is equal to the FileNum and ...
|
| Front Page links and features not preserved | 19 Dec 2005 18:06 GMT | 1 |
I administer a website for our club. I do the work in FP 98 on my computer at home and then publish it to their website. I recently decided I am not going to do this anymore and am working on transferring it to another member's computer. I will buy the latest version of FP ...
|
| inconsistent colour problem | 19 Dec 2005 16:46 GMT | 2 |
I have a database that up until recently has been fine. However, upon installing it in a new branch office, I am finding that the form colours work on some machines and not others making it unreadable. This is primariliy on a tab control where the background is set to transparent. ...
|
| Two Entries on an Input Form | 19 Dec 2005 15:51 GMT | 3 |
I am trying to create an input form for a lovingly well-normalized law firm alumni database. I have created an input form that allows you to add fields for each new alumni, but I can't conceptually figure out how to make it possible to add multiple values for a given field. For ...
|
| The "date" and the "visible" functions don't work | 19 Dec 2005 07:34 GMT | 5 |
I have two problems that are probably related. I have just gotten my own Access DB software. When I try and use the Date() function (or just Date) in VB code, I get an error message. The same thing happens when I use "visible" when creating a input parameter popup form and I ...
|
| dropdown lookup does not close in a form | 19 Dec 2005 03:37 GMT | 2 |
In a form, my drop-down list does not close or allow me to type my selection, all it does is scroll. When I make my choice, it does not close the drop down list. What can I do to make it work like it does in the table (type letters until choice pops up, select, and then close ...
|
| code for closing form | 19 Dec 2005 03:17 GMT | 6 |
On formSelect I use cmdOpen button to open another form (formData). Appreciate any code that I can use to close the current form i.e. formSelect when I click the cmdOpen button. Thanks
|
| Dependant Forms Structure | 19 Dec 2005 02:55 GMT | 5 |
I have 3 countries provinces cities tables and a locations table that combines them all. I want to use the locations table as a base to lookup and then input those values not the IDs into the country province and city field values in my
|
| Want to stop records from being created in table | 19 Dec 2005 02:25 GMT | 3 |
I think I am missing something simple. I have a table (tblItems) that is part of a query (qryInquiries) containing several fields from this table and others. My form (frmInquiries) is based on the query. On the form, there is a drop down for Item Number that the user can pick the
|
| personal library | 18 Dec 2005 19:04 GMT | 1 |
i am building a database for all the books in my library. i have one master table Books i want to use a form to keep a record of checking out a book. i want to use a combo box to select the [title] of a book
|
| Form linked to table but will not add data to table | 18 Dec 2005 18:18 GMT | 3 |
I have one table and two forms. The table is called orders and stores typical data you would expect t find. The first form is called PreOrderDetails.
|
| Close Popup | 18 Dec 2005 17:28 GMT | 2 |
I am trying to close a popup with a control button that takes one to another form. On exiting the popup, I want it to close. I've tried macros and event procedure, but nothing seems to work. I also posted the question a few days ago but can not find it now on the site. So son't ...
|
| Access VB coding | 18 Dec 2005 14:00 GMT | 1 |
It has been years since I wrote this to find and sort records and now I need to modify it. The original code looks like this with key being an autonumber field. The second example is the updated (or trying to update). What I am trying to do is have the combo box select the ...
|
| DateAdd & DateDiff Problems | 18 Dec 2005 12:38 GMT | 1 |
I'm trying to create a form as follows.. A Date is entered in a field (DateIn), Rune out time is displayed automatically in a second field (DateOut) using the following expression =DateAdd("d","20",[DateIn])
|