| Thread | Last Post | Replies |
|
| checking a Required Field | 04 Feb 2008 13:25 GMT | 4 |
I have a form with some fields of names and address on it and the LastName field is a required field set at table level. Im having dificulty finding a way to check the forms fields and making sure the LastName field is filled in before the error message gets thrown up. It
|
| Error handler not catching SQL Server Connection failure | 04 Feb 2008 09:15 GMT | 2 |
Access 2003. I've created my own Linked Table manager for use in several of my applications. It is running fine when I use Windows authentication, or when I use a valid userid and password, but when I try to log in with an invalid
|
| One field from Existing Record Blanked Out When Appending New Reco | 04 Feb 2008 08:01 GMT | 2 |
The issue: When I append a new record based on values obtained from a form's text box and combo box values into an external db table, one field ("Role") in an existing record in the table is blanked out. Can someone please share why this might be happening?
|
| Work around for Delete query on a bound form | 04 Feb 2008 03:48 GMT | 1 |
I am trying to figure out the best work around for running a delete query from a bound form. User inputs data into frmProduction bound to the table Production. This data details items needed to be sent out for repair.
|
| Form locking up | 04 Feb 2008 00:59 GMT | 1 |
I've completed my own Linked Table Manager wizard, so that the connections I create to SQL Server and Oracle database on my network don't require a DSN (DSN-less connections). This wizard exists in its own mda file, which I have added as a reference in several of my databases.
|
| Why do I only see this lookup result when I click on it? | 03 Feb 2008 22:14 GMT | 1 |
I have a continous form control that only displays the results when I click on it (them). Can someone help me make it so they display permantly. the name of the control is: txt_Timer_Elapsed the code for the control is:
|
| A little help needed | 03 Feb 2008 22:01 GMT | 6 |
Can anyone give the macro overview of how to do the following task. Have an enrty box in which I can enter a record number, search for that record and that record be displayed in an exsisting form for editing. Thanks a bunch
|
| Tabbed control and populating multiple subforms | 03 Feb 2008 21:33 GMT | 7 |
I have a main form (frmAddProd) which contains a tabbed control with 2 pages. Each page contains a subform bound to the main form on fields: ProductionDate, Dept, and Shift. The subforms (sfmProdOp and sfmEmpProd) are not directly related to each other though. sfmProdOp
|
| Can't get my head around a requery | 03 Feb 2008 20:05 GMT | 6 |
I have done this in the past without an issue, but can't seem to get it to work on this particular database and I can't figure out why. I am running Access 2003. I have a form (frmConcern) bound
|
| Control Source =UCase([BinNight]) does not work? | 03 Feb 2008 14:06 GMT | 3 |
Multi record form, text field enabled NO locked YES. Produces an #Error.
 Signature Regards
|
| help with Where clause | 03 Feb 2008 13:52 GMT | 6 |
Please tell me what's wrong with the Where clause in this SQL. This is in the OnLoad event of a form to populate a list box. I've tried every combination I can think of and either get a prompt for tblOrders.RemainingQuantity , nothing displayed at all, or all records
|
| Module to check folder existance | 03 Feb 2008 13:05 GMT | 3 |
How to wite a module to check folder " Report " exist or not. If it doesn't exist ,then vba create one. Later I need to keep my access pdf report to this folder before attach it to my email.
|
| SendObject silent dos not work any more | 03 Feb 2008 11:48 GMT | 2 |
I have a routine that creates a list of e-mails to be sent out, when the list is completed it then loops through and uses the Docmd.sendObject to send each mail (Access 2000). This used to work very well and I have not had any problem with it until about 3 months ago when it ...
|
| Syntax error DateDiff | 03 Feb 2008 05:24 GMT | 10 |
I write the following in the Control Source property of a form text box, but get a message that the syntax is wrong: =DateDiff("d", date, [SidsteOfStatusændringDato]) What am I doing wrong?
|
| Form not populating | 03 Feb 2008 04:45 GMT | 4 |
Hello all... I have a edit record form, which was working, until I added record navigation buttons to the form (memberinfo) that has the edit record button that opens it.
|