473,513 Members | 2,668 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

No underlying data to support subform

Everyone,

Thanks for your help, using everyones advice, I slowed down, took a look at
the Northwind Sample database, and everything began to click. I set up
relationships, built subforms, and queries, and everything is working fine
now. Sorry I was so stubborn, I was just afraid of going the wrong way for
too long. I didn't think everyone knew exactly what I was trying to do. I'm
done with the parts stuff.

I do have a similar problem though. I now have to do the same thing with job
codes. How could I set up a subform to list job codes without having a
computer file listing all of the possibles. All we have is this big book
that lists all of them. It would take forever to input all that in the
computer. I suspect someone from the company we bought out has a file of
them, but I doubt they'd give it to us. I want to be able to list the
appropriate job codes for each claim along with the hours for each, and then
be able to tally the number of times each has appeared.

I have my main claim table called tblClaim with ClaimID as the pk, this table
has several fields for claim info.
I have another table called tblCodesPerClaim with ClaimID as the foreign key
and CodeID as the pk, and Hours.
The last table is tblCodes with CodeID as the pk, and Hours.

I have a one to many relationship set up between tblClaim and
tblCodesPerClaim, and a one to many relationship between tblCodesPerClaim and
tblCodes.

***The tblCodes table has the two fields in it, but they are blank. I don't
have the necessary data in electronic form to fill this table.

Anyway, Thanks for everyones help, and once again sorry for being so stubborn.
All of you were right.

Shannan Casteel
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200508/1
Nov 13 '05 #1
2 1153
Shannan Casteel via AccessMonster.com wrote:
Everyone,

Thanks for your help, using everyones advice, I slowed down, took a look at
the Northwind Sample database, and everything began to click. I set up
relationships, built subforms, and queries, and everything is working fine
now. Sorry I was so stubborn, I was just afraid of going the wrong way for
too long. I didn't think everyone knew exactly what I was trying to do. I'm
done with the parts stuff.

I do have a similar problem though. I now have to do the same thing with job
codes. How could I set up a subform to list job codes without having a
computer file listing all of the possibles. All we have is this big book
that lists all of them. It would take forever to input all that in the
computer. I suspect someone from the company we bought out has a file of
them, but I doubt they'd give it to us. I want to be able to list the
appropriate job codes for each claim along with the hours for each, and then
be able to tally the number of times each has appeared.

I have my main claim table called tblClaim with ClaimID as the pk, this table
has several fields for claim info.
I have another table called tblCodesPerClaim with ClaimID as the foreign key
and CodeID as the pk, and Hours.
The last table is tblCodes with CodeID as the pk, and Hours.

I have a one to many relationship set up between tblClaim and
tblCodesPerClaim, and a one to many relationship between tblCodesPerClaim and
tblCodes.

***The tblCodes table has the two fields in it, but they are blank. I don't
have the necessary data in electronic form to fill this table.

Anyway, Thanks for everyones help, and once again sorry for being so stubborn.
All of you were right.

Shannan Casteel

I suppose you could either input the codes via a combo or text box. Set
the NotInList to update the table if the code is new or when a code is
entered, see if it is new. If so, add a record into to code table. The
reason I mention opening a form is that the table may consist of code
and description. This way you end up with records with the codes that
are used, not those that are unused.

Or you could try OCR and scan the codes in.
Nov 13 '05 #2
"Shannan Casteel" wrote
. . . How could I set up a subform to list job
codes without having a computer file listing
all of the possibles. All we have is this big book
that lists all of them. It would take forever
to input all that in the computer. I suspect
someone from the company we bought out has
a file of them, but I doubt they'd give it to us.
You bought the company? And someone is withholding company property? Sure
sounds illegal to me...
I want to be able to list the appropriate job
codes for each claim along with the hours for
each, and then be able to tally the number of
times each has appeared.


Are you submitting the claims to some organization? Perhaps they have the
file of valid job codes that they would supply you.

Or, perhaps, _whoever_ has it (maybe the publisher of the big book) would be
willing to either sell or license you a copy.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

32
3190
by: Neil Ginsberg | last post by:
We're using SQL Server 7 with an Access 2000 MDB as a front end with ODBC linked tables. I recently created a new set of tables for the app, and users are complaining that unsaved data is being...
3
1792
by: James | last post by:
Hi, I have a combo box(cmboParts) and the row source is a part name. Once a part is selected I have button(cmdOrderAdd) to add data about this part to a sub-form(frmParts_Ordered). However this...
3
4484
by: Nicolae Fieraru | last post by:
Hi All, I have a problem and I can't figure out how to solve it. My database has three tables: tblCustomers, with CustomerId and CustomerName tblProducts, with ProductId and ProductCode...
0
941
by: Shannan Casteel via AccessMonster.com | last post by:
Everyone, Thanks for your help, using everyones advice, I slowed down, took a look at the Northwind Sample database, and everything began to click. I set up relationships, built subforms, and...
26
16456
by: Rajeev Tipnis | last post by:
http://support.microsoft.com/default.aspx?scid=kb;en- us;819450 Questions: 1) Is this patch (fix) applicable to the .NET 1.1 Framework as well? That is, if we have Framework 1.1 (On...
1
3225
by: google | last post by:
I have a form with several subforms. Users enter the data, then on the parent there is a command button that runs code to generate a .pdf document from a report based on the data they are working...
3
7662
by: Darin | last post by:
I have a problem I just can't figure out. I have a form with a subform, and the recordsource of the subform has criteria based on some unbound fields in the parent form so that data in the parent...
4
21788
by: =?Utf-8?B?QXJuYXVkIFZpc2N1c2k=?= | last post by:
Hi all, we meet a problem since we use WCF to consume java WebServices. Often the first call works then the second raises the following error : "The underlying connection was closed : " We...
4
1927
by: banderson | last post by:
Hello, I am having a problem getting a new record in a subform to append to the underlying table. When I add a new record to the main form, the subform is blank, except for the ID field, which is...
0
7257
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7157
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7379
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7535
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7098
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5682
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5084
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3221
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.