Re: How to convert records in expression fields in Forms to a tabl
- From: tan <encisc@xxxxxxxxxxx>
- Date: Sun, 10 Aug 2008 20:11:01 -0700
The users are still able to add or modify records. If I open the form, it
does show the current record that was being modified and I can add new
record. But if I open the design (by exporting out this database to a
working one), there is no "Customers" table as it referred to! I am really
puzzled!
"bcap" wrote:
It certainly sounds like your Customers table is missing. You said earlier.
that "the data is there". What exactly did you mean by that? What data
were you referring to, and how do you know it is "there"?
"tan" <encisc@xxxxxxxxxxx> wrote in message
news:A7367823-407C-4B45-AFFF-17916F716582@xxxxxxxxxxxxxxxx
1. I did make sure the hidden objects are shown. A query called
"Customer
Query": in Design View, there is a "Customers" table without field names
inside the table box; whereas 2 field names are displayed under the table
view: Expr1: customers.customers.ID and customers.customers.company.
When I double click the Query, the Access gave an error: "The MS Jet DB
engine can't find input table or query "Customers". Make sure it exists
and
name spelled correctly!"
I've noticed, when user used "Find" to find a customer name, the system
responded "can't find such name" but it is in the list! This problem
happened to another form and query.
2. I'd probably separate this question to another discussion! I was
trying
to add fields to an existing table, not the above table.
Your questions and suggestions are extremely helpful because I'd have
opportunity to review the database again and again to understand more
about
this database. Thank you very much for all of your insights.
"bcap" wrote:
1. It's probably a query. Click on "Queries" in the database window, and
see if there's one named "Customers". If so, open it in design view to
see
what table(s) the data is coming from. It *might* be a hidden table - on
the menu bar, click Tools-Options-View and tick the "Hidden Objects"
check
box.
2. You will certainly have problems adding fields to a table if you can't
find the table! Or, if you are talking about another table, in what
sense
can you not add fields to it? What happens when you try?
"tan" <encisc@xxxxxxxxxxx> wrote in message
news:0E2605B1-9ED2-4888-B198-0E4E5C413801@xxxxxxxxxxxxxxxx
Thanks for the quick responses.
1. A non existing table name specified (called Customers") to the
recordsource of the Form. I can't seem to find it anywhere in the
database
but the data is there! It couldn't be hidden, could it?
2. Adding more fields in the existing table is another problem. I
can't
seem to be able to do so to the current database even though with an
identical copy to avoid interruption of user's operations. Could you
assist
me in the process? Could I use split table method?
"bcap" wrote:
1. For a bound control, the ControlSource property *always* refers to
the
field. To discover which table the form is bound to, you need to look
at
the RecordSource property of the form (with the form open in design
view,
note that there is a square within a square at the extreme top left of
the
window; double-click this to see the form's properties).
2. In the database window, click "Tables". Find the table to which
you
want
to add fields, right-click it, and choose "Design View".
"tan" <encisc@xxxxxxxxxxx> wrote in message
news:82CDA34F-F241-4183-9D0D-E8B12D7FE6A8@xxxxxxxxxxxxxxxx
I inherit an old simple database written in Access 2000 with many
forms
and
queries that contain either "expression fields" or refer to a non
existing
table names. I have few questions:
1. There is a form "ADD/EDIT customer list" where users enter
customer
inmformation such as company name, address, phone. In the Design
view,
the
properties of these fields showed the ControlSource to itself!
Where
are
these records saved to because there was no table referred to?
2. How can I add more fields into an existing tables?
Thank you,
TAN
- Follow-Ups:
- References:
- How to convert records in expression fields in Forms to a table?
- From: tan
- Re: How to convert records in expression fields in Forms to a table?
- From: bcap
- Re: How to convert records in expression fields in Forms to a tabl
- From: tan
- Re: How to convert records in expression fields in Forms to a tabl
- From: bcap
- Re: How to convert records in expression fields in Forms to a tabl
- From: tan
- Re: How to convert records in expression fields in Forms to a tabl
- From: bcap
- How to convert records in expression fields in Forms to a table?
- Prev by Date: Visible and Invisible
- Next by Date: Re: How to convert records in expression fields in Forms to a tabl
- Previous by thread: Re: How to convert records in expression fields in Forms to a tabl
- Next by thread: Re: How to convert records in expression fields in Forms to a tabl
- Index(es):
Relevant Pages
|