| Thread | Last Post | Replies |
|
| Data Access Pages - Putting my db on the web! | 18 Jan 2007 14:15 GMT | 2 |
Alrighty... one problem down... 40 more to go!! (Just kidding.. not really 40.. only 32!) My database needs to be accessible via the web. I have the server information so when its ready I can upload.
|
| Listbox Row Display Control | 18 Jan 2007 13:57 GMT | 1 |
I would like to control a Listbox's content display. I am working on a lookup form, where the user will enter a LastName and FirstName in unbound textboxes and then check for duplicates in a table before the
|
| keeping access titlebar name | 18 Jan 2007 13:46 GMT | 1 |
Set dbs = CurrentDb dbs.Properties!AppTitle = "Contacts Database" Application.RefreshTitleBar this code is well working. but form is opend. when the form is
|
| Some basic Form related questions... | 18 Jan 2007 12:24 GMT | 1 |
Hey Guys How r ya? hey I am new in this thing and I think this is awesome place to be in.... Say I want to ask you guys a question.
|
| Upload file to Access database via form | 18 Jan 2007 11:51 GMT | 3 |
I am new to access and I face the following "issue": I would like to create a database, to which users can upload files (=pdf, doc, xls...). The files shall be stored locally on a server. The database needs to be accessed via Access form (no html, asp,...) as
|
| Why doesn't this Dlookup work | 18 Jan 2007 09:45 GMT | 2 |
OK, I have a table called tblPVDMatch with a list of customerID's in it. I want to perform a lookup on this table to display a message box if the CustomerID field on the form matches an entry in this table. Even though I can see the CustomerID in the table and the corresponding ...
|
| Combo Boxes and Subforms | 18 Jan 2007 06:59 GMT | 3 |
I've posted this a few times without any luck, hoping for some fresh ideas on this. I'm pretty certain this can be done. I've been using a micrsoft template to create a supplier database called the Inventory management database, I have changed this so that
|
| Report Generator | 18 Jan 2007 05:17 GMT | 2 |
I have created a basic report genertor, the user can choose a table (from cboTable), then fields from that table (from lstTableFields) and the select a
|
| Maximum number between fields | 18 Jan 2007 05:14 GMT | 2 |
I want to find out how to find the maximum number from a number of different fields . ie find the max number between field1, field2 and field3 in a table using a query
|
| Controlling the Listbox display? | 18 Jan 2007 04:48 GMT | 2 |
I am working on a lookup form, where the user will enter LastName FirstName and check for duplicates. I have a list box that is bound to a table of 200 members. After the user enters the name, I would like the Listbox to automatically display the user found at the top row and
|
| MSAccess to OpenOffficeOrg.base | 18 Jan 2007 04:29 GMT | 2 |
I am trying to add three photos per record on a form. I want the path to each photo stored in a table, each field in the table is labeld Phot1, Photo2 and Photo 3 respectively. I then want to view each phot in the form. The name of the Form is Doll2. Can someone please look
|
| Table Design Headache - How do I preserve data integrity? | 18 Jan 2007 02:34 GMT | 4 |
I am designing an employer database, and I had thought that my tabledesign was pretty sound, but a new revelation has ruined my design. What I guess i really need is a way to uniquely identify employers.
|
| run a form without Access | 18 Jan 2007 02:09 GMT | 2 |
Is it possible to create a database with forms in MS Access that other users can just fill in the form without actually having Access on their computers?
|
| Query returned no results-how to display in form not pop-up msg box | 18 Jan 2007 01:17 GMT | 2 |
I have created a search query in which it successfully returns correct results. When there are no records returned, instead of giving out a blank form i created a pop-up msg which is attached to the On Open event.
|
| single record data entry | 17 Jan 2007 22:16 GMT | 4 |
I have a form that includes a subform for data entry. The subform is setup to view only one record at a time. I need to limit that subform to only allow the user to enter one record at a time, and not have the ability to tab to a new record.
|