| Thread | Last Post | Replies |
|
| Creating a simple sales order entry application | 04 Jun 2006 04:32 GMT | 3 |
Hi, I am using a wet and cold holiday weekend to learn about Access. I want to create a simple sales order entry function. I have set up 2 tables Orders and Order Details. The Orders table holds order number, customer, due date, etc and the Order Details table is to hold
|
| Help!!! combining fields | 04 Jun 2006 03:51 GMT | 9 |
I have 2 fields... FirstName and LastName. I'm trying to get both into one field. Thanks
|
| how i can display only the form without the MS Access window? | 04 Jun 2006 03:05 GMT | 3 |
I want my database to display only the form window when users open it, without showing the user the Microsoft Access window in the background or the database window?
|
| Runtime ERROR 3134 | 03 Jun 2006 22:59 GMT | 2 |
I'm using this SQL phrase that is working on Several forms, but n one form I keep getting he dreaded 3134 Error. Any help appreciated. Thanks DS
|
| Can you password protect a field? | 03 Jun 2006 21:15 GMT | 3 |
I have a form where I would like to password protect a field, this needs to be done to prevent other users from entering a Supervisors name?
|
| return to last place after requery | 03 Jun 2006 21:04 GMT | 3 |
i build a form based on a query. this query is returning the new values after doing requery the problem is when you do requery the screen returns to the first record.
|
| Calendar (Stephan Lebans)in form | 03 Jun 2006 19:29 GMT | 4 |
My form has 12 textboxes to fill in different dates like date of arrival date start loading date completion
|
| Database Crashed | 03 Jun 2006 15:21 GMT | 2 |
For some reason, our database crashed yesterday. In one of the records, each field had an "error" in it. I opened the table, deleted that record, closed the table and clicked on "Compact and Repair" At that point all of my relationships disappeared.
|
| How to resize a list box when form resizes. | 03 Jun 2006 13:10 GMT | 3 |
I want to change the size of a list box vertically (and perhaps horizontally) when the form resizes. Can someone please point me to some code. PS I would like to not reinvent the wheel as I know there are some tricky issues due to form's min/max size etc.
|
| AllowEdits = False | 03 Jun 2006 08:48 GMT | 7 |
In Form_current event I did the following procedure If Me.StatusXK < 80 Then Me.AllowEdits = False Else Me.AllowEdits = True It works, but I have a problem. In this form, I have a combo box to filter records. When the Me.AllowEdits = False I can't filter, I mean, I can't use
|
| Find | 03 Jun 2006 00:51 GMT | 1 |
I created a database we've been working on for years. When we open the form, the cursor rests on the first field which is called "clientname" We would then click on the find button and the default setting would be: clientname
|
| SQL Problem | 02 Jun 2006 23:57 GMT | 2 |
I have the following SQL statement. The problem is that whatever I enter into the TxtName field (Unbound) on Form5 a box pops up asking for the parameter...at the top of the box is whatever I typed into TxtName. Is this a Syntax problem?
|
| guru buster | 02 Jun 2006 23:05 GMT | 2 |
I have an access 2002 database I have an entry form in it I have a command button that opens a report on it and reflects filtered results.
|
| transparent pics on a form | 02 Jun 2006 21:55 GMT | 1 |
I would like to put an image on a form that is over the text boxes and other things. But I still want to be able to see the form behind this image. Does anyone know a way to do this? I've tried to make an image transparent but I don't believe Access forms support transparency ...
|
| Form processing with If (still looking for answer) | 02 Jun 2006 21:50 GMT | 3 |
First of all thanks for all info so far. I'm still trying to display one form or another based on an If stmt in a ""close cmd button" from one form that has finished data input. I have the following expression on the "close form" button.
|