A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Added table to database, added to form, now cannot update



 
 
Thread Tools Display Modes
  #1  
Old March 22nd, 2006, 08:08 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Added table to database, added to form, now cannot update

All worked fine until we added this table to form. Now cannot even delete
table and get form to work correctly.

Here is SQL statement from form's record source:

SELECT tblSalary.*, tblEmployee.*, tblSalary.PayRatioMemo,
qselFullName.[Full Name], qselFullName.SocialSecurity, tblSalary.[Benefit
Notation], tblHRInsurance.InsurancePercent, tblHRInsurance.InsDesc
FROM tblTimeOff INNER JOIN (((tblEmployee INNER JOIN qselFullName ON
tblEmployee.SocialSecurity = qselFullName.SocialSecurity) INNER JOIN
tblHRInsurance ON tblEmployee.SocialSecurity = tblHRInsurance.EmployeeId)
INNER JOIN tblSalary ON tblEmployee.SocialSecurity = tblSalary.EmployeeID) ON
tblTimeOff.TimeOffID = tblSalary.TimeOffID;

Let me know if more information is needed.


  #2  
Old March 22nd, 2006, 09:54 PM posted to microsoft.public.access.forms
external usenet poster
 
Posts: n/a
Default Added table to database, added to form, now cannot update

It is...

"dhoeft" wrote in message
...
All worked fine until we added this table to form. Now cannot even delete
table and get form to work correctly.

Here is SQL statement from form's record source:

SELECT tblSalary.*, tblEmployee.*, tblSalary.PayRatioMemo,
qselFullName.[Full Name], qselFullName.SocialSecurity, tblSalary.[Benefit
Notation], tblHRInsurance.InsurancePercent, tblHRInsurance.InsDesc
FROM tblTimeOff INNER JOIN (((tblEmployee INNER JOIN qselFullName ON
tblEmployee.SocialSecurity = qselFullName.SocialSecurity) INNER JOIN
tblHRInsurance ON tblEmployee.SocialSecurity = tblHRInsurance.EmployeeId)
INNER JOIN tblSalary ON tblEmployee.SocialSecurity = tblSalary.EmployeeID)
ON
tblTimeOff.TimeOffID = tblSalary.TimeOffID;

Let me know if more information is needed.




 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need to stop form from creating new records in table Scott General Discussion 0 December 15th, 2005 05:56 PM
Multiple Options Group Patty Stoddard Using Forms 19 August 4th, 2005 02:30 PM
HELP! CANNOT CONNECT TO SQL SERVER Glint General Discussion 19 May 9th, 2005 02:47 PM
Table Design A. Williams Database Design 3 April 29th, 2005 07:02 PM
strategy for data entry in multiple tables LAF Using Forms 18 April 25th, 2005 04:04 AM


All times are GMT +1. The time now is 03:57 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.