| Thread | Last Post | Replies |
|
| problem with tab controls, one inside another | 22 Jun 2004 13:40 GMT | 1 |
I've got tab control called M. There are three pages X,Y and Z on M. I want to put another tab control S on page Y of main tab control M. When I do that (select tab control in tool box and click on Y) I get that another 'sub' tab control but it is visible also in X and Z pages of ...
|
| datasheet view font size, style | 22 Jun 2004 13:09 GMT | 1 |
I've got a form and it's default view is datasheet. How can I control font size, make headers non bold etc. Thanx alekm
|
| form and subform | 22 Jun 2004 12:59 GMT | 1 |
I've got difficulties makeing form and subform both in datasheet viev. Is it possible to make them both datasheet or I'm just teporarily lost in Access? Thanx alekm
|
| report help | 22 Jun 2004 07:03 GMT | 1 |
My first Access attempt. Is there a way that when I print a report it will only print the ID, Name, Date, and Scores of a table? I want it to look it like this: ID #
|
| record numbers | 21 Jun 2004 23:56 GMT | 3 |
I am using autonumber to assign record numbers. This works great, except for one user who insists on deleting records from his personal database. And then expects the autonumber to match record number shown for record navigation. I have
|
| Access installed and running on a Unix Server. | 21 Jun 2004 20:52 GMT | 3 |
I have a read only application that allows users to access a report only database. Can I successfully install Access on the Unix server and have my users get to the database?
|
| query on multiple fields | 21 Jun 2004 20:43 GMT | 1 |
I'm building a simple database where I'm gathering info on corporations from public databases. Several names are in several fields such as CEO, CFO, SEC. I've built a table on the corporations where I enter the names in four
|
| what books are best | 21 Jun 2004 14:12 GMT | 3 |
Can anyone recommend some easy to read books on the basic funtions and form design of Access?
|
| reset auto | 21 Jun 2004 14:09 GMT | 2 |
When I reset autonumber. I delete autonumber from table, save table without autonumber. Then open table and add new autonumber field. Perhaps its a bad shortcut but, it works for me.
|
| reporting from related tables | 21 Jun 2004 04:29 GMT | 1 |
I have just begun and thought I understood setting up relationships...but when I created the first form to use 3 different related tables, I get no data in the report though the data view shows all is in order. Please help.
|
| Normalizing a table | 21 Jun 2004 02:24 GMT | 15 |
I am new to this Access and database stuff, but I am giving it a go anyway. Here's the problem.... I have a large text file that needs to be in a data base. I have imported it into one table, it is 65 columns wide and has 650,000 records. Each record has a persons SSN and just there ...
|
| Alphabetic month over Numeric month | 21 Jun 2004 01:46 GMT | 4 |
I have a query with a birth date that I separated out by Month, Day, Year... here is the SQL for the Query: SELECT [First_Name] & " " & [Last_Name] AS Name, dbo_EMPLOYEE.BIRTH_DATE, dbo_EMPLOYEE.ADDRESS_1, dbo_EMPLOYEE.CITY, dbo_EMPLOYEE.STATE, dbo_EMPLOYEE.ZIP_1, ...
|
| Checking control properties | 20 Jun 2004 20:32 GMT | 7 |
I'm trying to check a very large form. It contains a lot of unbound check boxes, the tag property of each of which (I hope) corresponds to the ItemID field (primary key) in tblMyTable and the name property of which corresponds with the
|
| adding and subtracting fields in a table... | 20 Jun 2004 05:42 GMT | 2 |
I want to add the values of several fields in the same table. If I can get the first to work then I can figure out the rest. I want to creat a field "X" and this field will equal "A" + "B" + "C" -"D". So if A=5, B=10, C=15 and D=20 then the default value of X will be 10. Can
|
| Convert nulls to zero in report | 19 Jun 2004 16:27 GMT | 1 |
I want to convert a NULL field to zero in my report. The report's record source is a query that uses an aggregate (e.g., SELECT part, SUM(Amount)...). When I set the control source of the textbox in the report to [Amount}, it
|