PC Review


Reply
Thread Tools Rate Thread

Access Form is Read only

 
 
=?Utf-8?B?TGEgRHVyYW5kZQ==?=
Guest
Posts: n/a
 
      7th Sep 2006
Have linked tables feeding a query with data from query shown on a form.
I require to be able to change or amend data from that form.
Help would be appreicated
 
Reply With Quote
 
 
 
 
pietlinden@hotmail.com
Guest
Posts: n/a
 
      7th Sep 2006

La Durande wrote:
> Have linked tables feeding a query with data from query shown on a form.
> I require to be able to change or amend data from that form.
> Help would be appreicated


could you post the SQL? There's a good chance that resulting recordset
is not updateable. Without the SQL, it's impossible to tell.

 
Reply With Quote
 
dbahooker@hotmail.com
Guest
Posts: n/a
 
      8th Sep 2006

Access Data Projects don't have random bugs like this.

Lose the training wheels. MDB is for babies.

Spit on people that use it.

-Aaron
ADP Nationalist



(E-Mail Removed) wrote:
> La Durande wrote:
> > Have linked tables feeding a query with data from query shown on a form.
> > I require to be able to change or amend data from that form.
> > Help would be appreicated

>
> could you post the SQL? There's a good chance that resulting recordset
> is not updateable. Without the SQL, it's impossible to tell.


 
Reply With Quote
 
=?Utf-8?B?TGEgRHVyYW5kZQ==?=
Guest
Posts: n/a
 
      9th Sep 2006
SQL of Query is as follows:-




SELECT BOATDETAILS.RegNo, Owners.OwnerID, Owners.Name, Owners.Address1,
Owners.Address2, Owners.Address3, Owners.TelNo, Owners.Owned1, Owners.Owned2,
Owners.Owned3, Owners.Owned4, Owners.Owned5, BERTH.Position, BERTH.Area,
BOATDETAILS.BoatName, BOATDETAILS.Owner1ID, BOATDETAILS.[Owner2 ID],
BOATDETAILS.[Length Ft], BOATDETAILS.[Length ins], BOATDETAILS.[Beam FT],
BOATDETAILS.[Beam ins], BOATDETAILS.InsCompany, BOATDETAILS.PolicyNo,
BOATDETAILS.ExpiryDate, BOATDETAILS.StartDate, DDETAILS.SortCode,
DDETAILS.AccountNo, DDETAILS.TransactionType, DDETAILS.AccountName, *
FROM (Owners LEFT JOIN DDETAILS ON Owners.OwnerID = DDETAILS.OwnerID) RIGHT
JOIN (BOATDETAILS LEFT JOIN BERTH ON BOATDETAILS.RegNo = BERTH.BoatReg) ON
Owners.OwnerID = BOATDETAILS.Owner1ID
ORDER BY BOATDETAILS.RegNo;


"(E-Mail Removed)" wrote:

>
> La Durande wrote:
> > Have linked tables feeding a query with data from query shown on a form.
> > I require to be able to change or amend data from that form.
> > Help would be appreicated

>
> could you post the SQL? There's a good chance that resulting recordset
> is not updateable. Without the SQL, it's impossible to tell.
>
>

 
Reply With Quote
 
dbahooker@hotmail.com
Guest
Posts: n/a
 
      9th Sep 2006
I would start with removing all the paranthesis on your sql statement.

that is a bug from Microsoft; and I've seen it result in AWFUL
performance out of the box.

if you MUST you can go back and add a single pair of paranthesis-- but
it's probably not necessary in 95% of the circumstances.




La Durande wrote:
> SQL of Query is as follows:-
>
>
>
>
> SELECT BOATDETAILS.RegNo, Owners.OwnerID, Owners.Name, Owners.Address1,
> Owners.Address2, Owners.Address3, Owners.TelNo, Owners.Owned1, Owners.Owned2,
> Owners.Owned3, Owners.Owned4, Owners.Owned5, BERTH.Position, BERTH.Area,
> BOATDETAILS.BoatName, BOATDETAILS.Owner1ID, BOATDETAILS.[Owner2 ID],
> BOATDETAILS.[Length Ft], BOATDETAILS.[Length ins], BOATDETAILS.[Beam FT],
> BOATDETAILS.[Beam ins], BOATDETAILS.InsCompany, BOATDETAILS.PolicyNo,
> BOATDETAILS.ExpiryDate, BOATDETAILS.StartDate, DDETAILS.SortCode,
> DDETAILS.AccountNo, DDETAILS.TransactionType, DDETAILS.AccountName, *
> FROM (Owners LEFT JOIN DDETAILS ON Owners.OwnerID = DDETAILS.OwnerID) RIGHT
> JOIN (BOATDETAILS LEFT JOIN BERTH ON BOATDETAILS.RegNo = BERTH.BoatReg) ON
> Owners.OwnerID = BOATDETAILS.Owner1ID
> ORDER BY BOATDETAILS.RegNo;
>
>
> "(E-Mail Removed)" wrote:
>
> >
> > La Durande wrote:
> > > Have linked tables feeding a query with data from query shown on a form.
> > > I require to be able to change or amend data from that form.
> > > Help would be appreicated

> >
> > could you post the SQL? There's a good chance that resulting recordset
> > is not updateable. Without the SQL, it's impossible to tell.
> >
> >


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Security Option to access Read Only Form mela Microsoft Access Security 4 30th Dec 2009 12:48 AM
lock (secure) access tables-allow edit+read access only in form =?Utf-8?B?bWFYaW0=?= Microsoft Access Form Coding 0 5th Sep 2006 08:02 AM
Access 2003 crash when reading read-only files in Access 2000 form =?Utf-8?B?V2lsbGVtLURlcmsgTmlqZGFt?= Microsoft Access 0 21st Jun 2004 09:54 AM
Read word form from access Jim D Microsoft Access 1 16th Dec 2003 06:45 PM
Access 97 - Making form read only after 24hrs Sheryl Microsoft Access Security 1 21st Nov 2003 05:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:33 PM.