| Thread | Last Post | Replies |
|
| Form size on screen | 10 Dec 2005 15:22 GMT | 1 |
I have this issue with forms not displaying in full on my new wide-screen laptop despite the fact that it has more pixels than the old monitor - it is however not as tall as the old one. So I believe that there is some "cm-to-pixels" conversion that actually uses more pixels
|
| I want to block opening code and uncecessary things by customer | 10 Dec 2005 14:36 GMT | 1 |
Presently I am creating a msaccess software for one customer. I want to block the code, table and some other items from accessing by customer. Please tell me how can I do that. What can I do to block the filed from chaning my works. How can I do blocking a raw? How can I do ...
|
| Access 2002 look-up table is not displaying all data on pull down | 10 Dec 2005 12:54 GMT | 2 |
Have created a look-up table to show company names. When pulling down the list, about half of the names that are entered on the table do not appear. Why? How can I get around it? Thanks a lot!
|
| Check for Duplicate entry over two fields | 10 Dec 2005 12:34 GMT | 3 |
I hope I can explain this clearly. I am new to this group and hope yo can help me. First things first. I am creating a database that records training o members. This has been on going for about 3 yrs.
|
| Fill text box based on combo box selection | 10 Dec 2005 08:30 GMT | 1 |
I have a form called frmInquiries. There is a combo box called cboInqStatus and a text box called txtResolveDate. The two values in the combo box are "Active" and "Completed". >What I want to do is to have txtResolveDate filled with the current date once the user changes
|
| Form Values based on other table values | 10 Dec 2005 07:38 GMT | 1 |
I have got a form which has combo box and shows EMP NO and EMP NAME linked to table EMP. It stores EMP NO in it. Is there way I can add text box which (A) stores EMP NAME when i SELECT EMPNO in combo box. (B) displays EMP NAME when i select EMPNO in combo box.
|
| Forms Save | 10 Dec 2005 07:01 GMT | 2 |
Have added Form Save Button through add button option in form and then selected save form option. Now suppose i have filled half of the form and if i cancel form by pressing X and close it, without pressing save button, the form closes but half of
|
| Cannot Delete in a Subform | 10 Dec 2005 03:32 GMT | 1 |
I have a Continueous Subform and I'm trying to delete a single row. I get a confirmation message and click Yes to delete. The record disappears. HOWEVER, the record is not actually delete from the database! Opening the
|
| MouseWheelHookA2K question | 10 Dec 2005 03:14 GMT | 5 |
Here's an excerpt from http://www.lebans.com/mousewheelonoff.htm: ================================================== You could also place this code in the Load event of a single Form. Remember you need to call these functions only ONE TIME. The MouseHook
|
| Message in a Text Box (IIf) | 10 Dec 2005 02:20 GMT | 7 |
=IIf([Confirmed] = "Yes", "Order Confirmed", "Order Not Confirmed") Displays the message "Order Confirmed" if the value of the Confirmed field is Yes; otherwise, it displays the message "Order Not Confirmed." I found this on the Microsoft site, but it is not clear how to ...
|
| How to retrieve parameters from a Custom Pop up Menu | 10 Dec 2005 02:07 GMT | 1 |
I created a Cutom Pop Up Menu and I added a string in field "Parameters". The menu will open a form and I would like to take the Parameter entered in "On Load" event. I will try to use the CommandBars option but it didn't work.
|
| combo box that updates outside table and then needs to be requeried | 10 Dec 2005 01:44 GMT | 3 |
I have a main form with about 6 tabs. On one of those tabs is subform. On the subform, which is used to populate a table, is a comb box to look up company values from another table. I put an dbl clic event on the box, so that if the company is not listed in the dro
|
| Records "disappear" from datashee subform | 10 Dec 2005 01:32 GMT | 2 |
I am using a combo box based on another combo box ("cascading"?) in my subform. I'm viewing the subform as a datasheet so that there can be mulitple records associated (it is an invoice structure for products). I have followed the directions to set up the 2nd combo box based on ...
|
| Can only edit 1 record in continuous form? | 10 Dec 2005 00:10 GMT | 2 |
I've got Access 2003 and a problem with editing data on a form Project background: I'm creating an electronic inspection form for my company's field crew as they inspect our working construction sites. Various inspection questions are either "compliant" or "noncompliant".
|
| How do i create a text box in form that can be changed in form vi | 09 Dec 2005 21:43 GMT | 1 |
Hello I wonder if someone could help me. Im fairly new to access and dont really understand all the codes and such like. I have created a database for work to save time etc. ive created several different sorts of forms etc. and not really had too amny problems.
|