Good Morning,
Is there a way to disable Quick Access Toolbar so that users can not add commands that allow them to access the design of forms/reports or data (delete)?
Thank you.
Good Morning,
Is there a way to disable Quick Access Toolbar so that users can not add commands that allow them to access the design of forms/reports or data (delete)?
Thank you.
Hello everyone,
I have an Access 2003 adp and connected to SQl2005 server. It has been running fine but the last few months, I received a lot of message "Connection Failure" and I basically have to end task the database and restart it. I have checked the SQL server and the Access database and...
Hi Everyone,
I have a Main Customer form with a button when I click it, it will open another form, with code something like this when button is clicked:
stDocName = "frmCustomerBillingInfo"
stLinkCriteria = "[CustomerID] = " & Me![ID]
DoCmd.OpenForm stDocName, , ...
Hi All,
I have a table like this
ID Item RcdCount
02 x
02 y
02 z
05 a
05 b
04 j
And I want to update it to look like this
ID Item RcdCount
02 x 3 (Because there are 3 records of ID 02)
02 y 3...
Yes! That works Great! Thank You Simi!
I have a process that does the calculation, but I was wondering if SQL can be programmed to update and calculate. For ex using tblOrder (updated):
tblOrder (updated) (with calculation)
OrderID Item Unit Match
01 Book 2...
Hello Everyone,
In an ealier post, I have 2 tables as below:
tblOrder
OrderID Item Unit Match
01 Book 2
01 DVD 4
01 Games 3
02 Book 5
02 DVD 6
03 DVD 7...
OK. Sorry for the confusion.
I actually have 2 tables, table tblOrder and table tblOrderDate more accurate.
tblOrder
OrderID Item Unit Match
01 Book 2
01 DVD 4
01 Games 3
02 Book 5
02...
Thanks bborissov for you help. The codes you have work great.
Sorry, I actually forgot a second table with a date. If I have another table as tblDate
OrderID Date
01 03/15/2010
02 05/01/2010
03 07/01/2010
And I want to update tblOrder with a date of...
Hello everyone,
Let say I have these several tables, tblCustomerTransaction, tblCustomerShip, tblItemsType, tblItemsCost as follow:
tblCustomerTransaction
ID Item Orderdate Unit UnitCost
02 Tool 01/01/10 10
02 ToolKit 01/01/10 10
02 Electro 01/01/10 5
05 Games 01/01/10 2...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.