Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms / May 2005

Tip: Looking for answers? Try searching our database.

Form created by crosstab query

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
LMB - 02 May 2005 13:44 GMT
Hello,

Using Access 2000.  I have looked on the web and it's probably not possible
but I'll ask in here anyway because the data entry person would really like
this to be the way she enters this particular data.  I have a form based on
a crosstab query, I sure wish there was a way to update the records from
there.  Any options?  Thanks

Here is my sql code from the query since you guys can read that language a
lot better than I can explain it. <g>

TRANSFORM Max(TBLTestsAndCerts.TestsAndCertsTypeExpDate) AS
MaxOfTestsAndCertsTypeExpDate
SELECT qryNameAndSeniority.Name
FROM TBLTestsAndCertsTypes RIGHT JOIN (qryNameAndSeniority LEFT JOIN
TBLTestsAndCerts ON qryNameAndSeniority.strEmployeeID =
TBLTestsAndCerts.EmployeeID) ON TBLTestsAndCertsTypes.TestsAndCertsTypesID =
TBLTestsAndCerts.TestsAndCertsTypeID
GROUP BY qryNameAndSeniority.strLastName, qryNameAndSeniority.Name
ORDER BY qryNameAndSeniority.strLastName
PIVOT TBLTestsAndCertsTypes.TestAndCertsType;
Van T. Dinh - 02 May 2005 17:22 GMT
You cannot update data from a Cross-Tab Query so the Form based on the
Cross-Tab Query is not updateable AFAIK.

Signature

HTH
Van T. Dinh
MVP (Access)

> Hello,
>
[quoted text clipped - 17 lines]
> ORDER BY qryNameAndSeniority.strLastName
> PIVOT TBLTestsAndCertsTypes.TestAndCertsType;
LMB - 02 May 2005 19:02 GMT
Rats!

Thanks,
Linda

> You cannot update data from a Cross-Tab Query so the Form based on the
> Cross-Tab Query is not updateable AFAIK.
[quoted text clipped - 26 lines]
>> ORDER BY qryNameAndSeniority.strLastName
>> PIVOT TBLTestsAndCertsTypes.TestAndCertsType;
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.