User Profile
Collapse
Profile Sidebar
Collapse

syedshaffee
Last Activity: Nov 11 '16, 04:41 AM
Joined: Jan 13 '12
Location: India
-
Thanx a Lot rabbit for your reply -
Thanx Rabbit i tried that But the Procedure is not saved when Checked Under "Programmabilit y" Please Help and when i clicked on save it is Shows to save it on my Local machine. i want it to be saved on the server. Please be gentle in am new in this "Creating Store Procedure"Leave a comment:
-
How to create a Store_procedure On the Server From SSMS
Hi People,
How to create a Store_procedure On the Server From SSMS
Please Give me The Syntax of it -
syedshaffee replied to "SQL Time-Out Connection" error opening a from that has qselContract control sourcein AccessYESSS! Problem solved i just increased the ODBC time out property in the queries design view thanx again TheSmileyCoder
for your replyLeave a comment:
-
syedshaffee replied to "SQL Time-Out Connection" error opening a from that has qselContract control sourcein AccessOk let me try doing it with sql and it take more than 30 minutes and counting. i'm thinking of increasing the ODBC time out property in the query design view.. will it help this only gives me an error for a specific Clients(Filter criteria)
thanx for your replyLeave a comment:
-
syedshaffee replied to "SQL Time-Out Connection" error opening a from that has qselContract control sourcein Accessthe Back end is sql sever 2005 And their is a procedure
Code:Sub RecalcFunderAmounts() On Error GoTo Err_RecalcFunderAmounts If Not Nz(Me.txtCustomerID, 0) = 0 Then DoCmd.SetWarnings False DoCmd.OpenQuery "qdelztFunderFacility" DoCmd.OpenQuery "qappFunderFacility" DoCmd.SetWarnings True Me.frmCustomerSubFunder.Requery
Leave a comment:
-
syedshaffee started a topic "SQL Time-Out Connection" error opening a from that has qselContract control sourcein Access"SQL Time-Out Connection" error opening a from that has qselContract control source
I'm , getting an error "Sql time out Conntection" while opening a from that has qselContract as control source.
But when i run the query it works fine but when i open the form i get and error
Please help on the same Given below is an attached doc with print previewLast edited by zmbd; Oct 26 '12, 11:30 AM. Reason: Please Use CODE tags for formating submitted code only. -
what is .net framework
Can some tell me what is .net frame work -
-
Incorrect syntax near the keyword 'EXISTS'.
Hey people,
i am getting this error 'Incorrect syntax near the keyword 'EXISTS'.'
while executing this queryCode:SELECT Contract_detail.Contract_no FROM Contract_detail INNER JOIN ContractRewriteHistory ON Contract_detail.Contract_no = ContractRewriteHistory.ContractNo WHERE Contract_detail.Contract_no NOT EXISTS ( SELECT ContractNo FROM ContractRewriteHistory WHERE ContractNo<>''
-
syedshaffee replied to How to resovle this Error 'this object does'nt support this property or method'in AccessBut the Record gets Exported to excel anyway i don't want that error to pop upLeave a comment:
-
syedshaffee started a topic How to resovle this Error 'this object does'nt support this property or method'in AccessHow to resovle this Error 'this object does'nt support this property or method'
hey,
i am always getting this error 'this object does'nt support this property or method' while running this code
Code:DoCmd.OutputTo acOutputQuery, "QryexportSecondarycashTracker", acFormatXLS, "C:\RIMSINLIVE" & "\temp.xls", True
-
-
what is the yes/no type to be defined in code
Hey,People
I have a code for checking Type of data that is been uploaded from excel to my database.
Code:Private Function GetDBDataTypePrefix(ByVal fldDBData As Variant) As String Select Case fldDBData.Type Case dbDate, dbTime, dbTimeStamp ', adDate, adDBDate, adDBTime, adDBTimeStamp GetDBDataTypePrefix = g_sDBDateChr Case dbChar, dbText, dbMemo ', adWChar, adVarWChar,
-
Can some one tell me How to access subfroms component value
Hi people,
Can Some one help me out in this. i want to access a component values in the main form Through Coding How can i do that
Code:If Not IsNull(Me.cbocustomer) Then db.Execute " UPDATE Contract_cashflow SET Credit_Note = 'Credit Note' WHERE CashflowContractNo = '" & Me.frmcreditnotesub.Controls(cboInvoiceNo).Column(2) & "'And CashflowNumber = " & Me.frmcreditnotesub.Controls(cboInvoiceNo).Column(1)
-
What is IIS?
Hey,
Can someone tell me what IIS is? -
What is vbModal
Hey People,
I noticed that my previous Developer has usedCode:DoCmd.OpenForm "frmPurchaseOrderAssignPO", , , , , acDialog, vbModal
can someone please explain -
-
What is vbCrLf???
Hey people,
Can some give me a simple explanation on
Code:vbCrLf
No activity results to display
Show More
Leave a comment: