| Thread | Last Post | Replies |
|
| Query-Criteria field blank | 19 Sep 2004 19:45 GMT | 1 |
Hi; Dumb question, but I have a query and i want to accept the record if a field is blank. I have tried criteria of ="", isempty(Fieldame) and a rich variety of other things with no joy. How do I accept a record in a query if a specific field is blank?
|
| new to access need help with forms | 19 Sep 2004 17:11 GMT | 2 |
I have a control that calls a form and that form has a control that calls a second form. how can I set it to close the first form when the second is called
|
| Comparing text strings | 19 Sep 2004 15:31 GMT | 3 |
I have a monthly safety slogan competition which requires back checking to a list of already submitted slogans. This takes forerver to do. I have 2 lists: this month's slogans and a master list of all slogans.
|
| Hide or change senders email-address | 19 Sep 2004 14:31 GMT | 3 |
How can i email from access and hide or change the senders email-address? Why: Quotations for a house are made by several salers with an Access-interface on the firms server ( Remote Desktop) . When sending the report by email to
|
| recordsets | 19 Sep 2004 14:23 GMT | 13 |
I have used recordsets in my query but only referenceing an sql string and not a query. I tried to reference a query that was created but it falls over. I have that works:
|
| locking errors with a shared back-end? | 19 Sep 2004 13:39 GMT | 1 |
I am getting locking errors while using a split database and a shared back- end. The front-ends are setup to open in "shared" mode and record-level locking. We are using Access 2000 and 2003 as clients but 2003 clients are setup to save in 2000 format. Any ideas how to correct ...
|
| MS-Access new user needs advice. | 19 Sep 2004 12:57 GMT | 2 |
Is there an easy way to enter lots of duplicate data in Access, like you can in Excel by just clicking and dragging? I have various fields that require the same data for each record and I can only find reference to repeating whats in the previous field when trying to
|
| AutoExec RunCode "Action Failed" | 19 Sep 2004 08:51 GMT | 2 |
I've custom-built a fairly extensive object model that is designed to run in the background and control the opening and closing of related forms. The whole thing kicks-off with an
|
| Query criteria all or combo box? | 19 Sep 2004 08:42 GMT | 3 |
I would like a query to show all if nothing is selected in the combo box on a form. I've used the following: IIf(IsEmpty([Forms]![frmRptDates]![cmbPrvdr]),Like "*",[Forms]![frmRptDates]![cmbPrvdr])
|
| Database design | 19 Sep 2004 08:36 GMT | 1 |
I am developing a database to track inspections conducted on homes. I have two main types of inspections, Punch & Final; however Final inspections have 3 possible sub-categories: failed, with exception, no exception. Each home will always have one Punch inspection; however
|
| Connecting MSAccess to a MYSQL back-end data source | 19 Sep 2004 07:12 GMT | 1 |
Hopefully, someone will take the time to answer this. I have MYSQL back-end data source that I would like to link MSAccess to. My goal is to use Access to query specific pieces of information from the MYSQL database. I have downloaded the ODBC driver from MYSQL and managed to
|
| How link a Access DB on the web to local copy | 19 Sep 2004 05:59 GMT | 4 |
I have one Access 2000 DB on my website. I want to access these tables from my local database so i do not need to down-/upload the database each time i want to make changes. Meanwhile i want a external partner to access (just read) another
|
| Include Current Record In Subform | 19 Sep 2004 05:03 GMT | 2 |
I have a single (not continuous) form with an Undo button for entering finished projects. On the form is also a subform that lists all finished projects for reference. When I enter the CompletionDate which is near the beginning of all the fields, I would like the current project to ...
|
| Trimming a path string | 19 Sep 2004 01:33 GMT | 7 |
Hello. I use the following line which returns the path of a file and adds it to a listbox. How can I modify this line so that it only returns the filename and not the entire path?
|
| Inserting a header on a form - can't see it in form view | 19 Sep 2004 00:57 GMT | 3 |
I have a slight problem. I have a form that I designed without a header, and I subsequently decided a header was required. In design I went to View/Page header footer, and it appeared nice as you please. I then put in a heading and clicked on Form View, and the header vanished. It ...
|