Why my query is not updatable, it seems it is lock.. Pls i need help. (1 Viewer)

moi

Member
Local time
Today, 13:05
Joined
Jan 10, 2024
Messages
211
What makes a query lock, pls i need help.. I have 3 tables(buyer, payment and lotdetails) they are link with "buyerid, propertyid..
 

moi

Member
Local time
Today, 13:05
Joined
Jan 10, 2024
Messages
211
thank you..i will see and study, in the meantime, i attached my db sample, can you please take a look. I want to use the query as a source of my form (payment entry form)..
 

Attachments

  • ProjecctNolie - Copy (2).accdb
    572 KB · Views: 31

CJ_London

Super Moderator
Staff member
Local time
Today, 06:05
Joined
Feb 19, 2013
Messages
16,618
you can change the query recordset type property from dynaset to dynaset (inconsistent updates).

If this is to be a recordsource to a form, you will need to change it in the form as well.

Note that it is generally bad practice to base a form recordsource on multiple tables. Make use of combo, listbox and/or subform controls to handle separate tables. Otherwise you may experience problems in creating new records
 

mike60smart

Registered User.
Local time
Today, 06:05
Joined
Aug 6, 2017
Messages
1,913
thank you..i will see and study, in the meantime, i attached my db sample, can you please take a look. I want to use the query as a source of my form (payment entry form)..
Hi
Can you explain your business process in a bit more detail?

Your Relationship diagram shows a Buyer has Multiple LotDetails

Or should it show the Property has Multiple Buyers??
 

moi

Member
Local time
Today, 13:05
Joined
Jan 10, 2024
Messages
211
Hi
Can you explain your business process in a bit more detail?

Your Relationship diagram shows a Buyer has Multiple LotDetails

Or should it show the Property has Multiple Buyers??
Hi mike60smart
Yes buyer is possible to buy more than 1 lot within same block.. Property is not multiple buyer.
 

mike60smart

Registered User.
Local time
Today, 06:05
Joined
Aug 6, 2017
Messages
1,913
Hi mike60smart
Yes buyer is possible to buy more than 1 lot within same block.. Property is not multiple buyer.
OK
I deleted the query as it was of no use.

Study the relationship diagram in the attached and you will see that 1 Buyer can show an interest in Multiple Lots

The Form in the attached database consists of a Main form based on the tblBuyer table
with a Subform based on the tbLotDetails.
 

Attachments

  • ProjecctNolie - Copy (2).zip
    36.8 KB · Views: 35

XPS35

Active member
Local time
Today, 07:05
Joined
Jul 19, 2022
Messages
159
This one is updateable....
update.jpg
 

moi

Member
Local time
Today, 13:05
Joined
Jan 10, 2024
Messages
211
OK
I deleted the query as it was of no use.

Study the relationship diagram in the attached and you will see that 1 Buyer can show an interest in Multiple Lots

The Form in the attached database consists of a Main form based on the tblBuyer table
with a Subform based on the tbLotDetails.
many thanks sir.. i will study the fixed db..
 

moi

Member
Local time
Today, 13:05
Joined
Jan 10, 2024
Messages
211
many thanks sir.. i will study the fixed db..

OK
I deleted the query as it was of no use.

Study the relationship diagram in the attached and you will see that 1 Buyer can show an interest in Multiple Lots

The Form in the attached database consists of a Main form based on the tblBuyer table
with a Subform based on the tbLotDetails.
hi mike60smart,

Can you please help me more on form subform linking.. i can manage to link "mainform+1subform", but i would like to link 2 subforms.. What i wanted to do is, i would like to show the buyer, then show the property and the lot detail..

thank you..
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 13:05
Joined
May 7, 2009
Messages
19,247
another demo pare koy.
 

Attachments

  • LotForSale.accdb
    3.4 MB · Views: 28
  • Like
Reactions: moi

moi

Member
Local time
Today, 13:05
Joined
Jan 10, 2024
Messages
211
another demo pare koy.
Sir Arnel, i want to use your demo, would it be possible to add search feature on a textbox with button on to the form, pls need your help.. I know to put the combo to search with the wizard, but most of the time the macro is corrupted.. My access is only 2007..
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 13:05
Joined
May 7, 2009
Messages
19,247
another one, same tables, using datasheet subforms.
which search do you need, can you draw/snapshot of it.
the demo is A2007 version.
 

Attachments

  • LotForSale2.accdb
    704 KB · Views: 26
  • Like
Reactions: moi

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 13:05
Joined
May 7, 2009
Messages
19,247
updated db, with search for location and navigation button.
 

Attachments

  • LotForSale2.accdb
    1.5 MB · Views: 39

moi

Member
Local time
Today, 13:05
Joined
Jan 10, 2024
Messages
211
another one, same tables, using datasheet subforms.
which search do you need, can you draw/snapshot of it.
the demo is A2007 version

another one, same tables, using datasheet subforms.
which search do you need, can you draw/snapshot of it.
the demo is A2007 version.
another one, same tables, using datasheet subforms.
which search do you need, can you draw/snapshot of it.
the demo is A2007 version.
Thank you so much sir arnel.. are u in pinas or other country..?
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 13:05
Joined
May 7, 2009
Messages
19,247
pinas... and you?
 

Users who are viewing this thread

Top Bottom