| Thread | Last Post | Replies |
|
| access 2003 scroll bars in text box | 28 Dec 2004 03:39 GMT | 1 |
I have created a text box in access that has scollbars so that you can read a rather large field. The problem is the scrollbars only appear when the object has the focus. I really don't want to code two outside buttons for scrolling, is there any
|
| copy data from Main form & 2 subforms to a single table using mac. | 28 Dec 2004 03:19 GMT | 1 |
I made an access database where there is one main form and two subforms. In two subforms, 2 different methods are used to get 2 fields of data (common for both subforms). I want to merge these two fields from 2 subforms into a single table to make a graph using command button ...
|
| Cascade Update Related Fields Bug? | 27 Dec 2004 21:37 GMT | 2 |
I have set up one to many relationship between an order table (master/one) and a order details table (slave/many) using the related field orderID . This field is the primary key in the order table . I have set the enforce referential integrity and the checkboxes for both ...
|
| how do i take the tax off of labor on a service call managment da. | 27 Dec 2004 18:27 GMT | 1 |
when im biulding a data base for my comp. the labor on the data base biulder is being taxed and i want that to be free from tax and only to tax the parts.
|
| Lookup values based on fields in table | 27 Dec 2004 17:05 GMT | 2 |
I have a table where I want a field to have values from a lookup table - but I would like to limit the list based on the record I am filling in... E.g. select from a "First Name" list based on sex - which
|
| combining several activities w one contact? | 27 Dec 2004 15:09 GMT | 2 |
I am trying to put together a volunteer database for my church. There are several catagories for volunteer work, ie., Fellowship, Building & Grounds, Worship, etc. Within each of these catagories, there are several specific volunteer opportunities. For example: Fellowship has ...
|
| VERY IMPORTANT...PLEASE HELP AS SOON AS POSSIBLE | 26 Dec 2004 19:28 GMT | 1 |
I am to make a demo on my database project (using MS Access )....but there are some problems in the refrential integrity.... I have two tables....ONE for the Customer with a composite primary key ( email and password)
|
| social network analysis | 26 Dec 2004 18:48 GMT | 2 |
Is it possible to construct a database in access that would keep track of complex (many-to-many) social relationships? I've been puzzling over relationships for a while but can't see how it can be done. Am I missing something?
|
| Form/Subform Question | 26 Dec 2004 15:11 GMT | 6 |
I have a subform on my main database form that has three fields. Depending on how many of an item entered, the multiple entries on those three fields could number as high as 20 sets of the three. So, I have made the box for showing the three fields high enough to
|
| how can i change the default in the find feature from 'WHOLE FIEL. | 25 Dec 2004 21:53 GMT | 1 |
I have created a registration program in Access and when I want to find something I alway have to change in the drop down box from "whole field" to "any part of field. can anyone tell me if the default can be changed
|
| How do I add up two fields into one as sum? | 25 Dec 2004 06:28 GMT | 2 |
I am designing a database in which I need to add "points earned" Saturday and Sunday of each week and some of the total on the third field. How can I set this up?
|
| How do I print only new records in Access? | 24 Dec 2004 12:47 GMT | 1 |
How do I print client records based on date of entry utilizing template created as MS Access report or as MS Word mailmerge document? Information includes multiple client addresses, multiple documents types and multiple dates of record entry for each client. The records to be ...
|
| ISNULL one last thing.... | 24 Dec 2004 08:37 GMT | 7 |
Private Sub RecipeName_Exit(Cancel As Integer) If IsNull(Me![RecipeName]) Then MsgBox "Please enter a Recipe Name." Cancel = True
|
| Followup Question: Null Value in field | 24 Dec 2004 08:35 GMT | 9 |
Ok, I put the following code in the OnExit Private Sub RecipeName_Exit(Cancel As Integer) If IsNull(Me![RecipeName]) Then MsgBox "Please enter a Recipe Name."
|
| Primary Key-Read/Write - Still Can't Figure It Out | 24 Dec 2004 00:24 GMT | 1 |
I have an Access 2003 adp where I'm importing comma delimited text into a temporary table.This table has no primary key in that all fields have duplicate data, therefore I only have read access to the data and the recordset is uneditable. That's o.k. in the temporary table, but ...
|