Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

data in forms doesn't match data in table

Status
Not open for further replies.

isitrans

Technical User
May 16, 2002
19
US
Hi
i'm very new to programming and access
thanks for help
i have a quotes table and (a child) job table, which relate on the quote # field.
I have client table which relates to different fields on both quote and job table
(for person who requested quote on quote table) and
(client project manager:,
bill to: &
ship to: on job table)

I have forms to enter data: Quote entry form with a Job Entry subform.
i concatenated three of the fields from the Client Table on the forms and also on some reports I created to show company, full name, and city on each of the client-related controls.

My problem (and i hope i'm describing all of this okay)
is that data that shows on the table is not always the same as data on the forms or reports.(example : an Approved Job report)
incidientally, the reports are based on queries based on the tables. I made bound controls and thought i linked them properly to the fields on the tables.

For example, if i view the table, the Ship to field will show John Smith, ABC Company, Los Angeles but when i print the report or view the form, the Ship to will say Karen Jones, AYZ Company, New York
One hint, John Smith will always incorrectly show Karen JOnes.

I sorted the bound controls and the queries by Company ascending. The bound controls are combo boxes.
One thing i may not have done was made the concatenation exactly the same in each control.

Any ideas? Help. We're using the data live at work and i'm just telling people to cross out the incorrect data on the reports for now. We're a small company but the data is quickly growing and i'd like to fix it as soon as possible.

Thanks for any help

Cathi Rimalower
ISI Translations
 
Lookes like your relation on your form and your report are different.
Check the relation on your form and copy this to your report.
You can do this simply by having the forms recordset shown in SQL.
 
thanks for your help
where do i find the forms recordset and where do i find the reports recordset
regards,
cathi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top