Recent content by abhay_547

  1. A

    Datatype mismatch in Criteria Expression error in Query

    Hi pbaldy, Thanks a lot for your reply, It's working fine now. Can you pls help me with below issue as well. I need help on one more thing .i.e. in my database table .i.e. commentary table I have column called "Expected Data As of Date" now this column has those dates which the data provider...
  2. A

    Datatype mismatch in Criteria Expression error in Query

    Hi pbaldy, Thanks a lot once again for your reply, I have incorporated the change and below is the error which I am facing. Error msg: Compile error: can't find project or library When debug it highlights the Chr text the following line : sSQL = sSQL & "[Commentary] = " & Chr(34) & Me.Text15...
  3. A

    Datatype mismatch in Criteria Expression error in Query

    Hi pbaldy, Thanks a lot for your quick reply, Post incorporating the change suggested by you now I am facing a different error. Error Msg: Run-time error '3464' Datatype mismatch in criteria expression When I debug it highlights the same line .i.e. DoCmd.RunSQL sSQL But this time I have...
  4. A

    Datatype mismatch in Criteria Expression error in Query

    Hi pbaldy, Thanks a lot for your quick reply, I have incorporated the change suggested by you in my sql statement but still I am facing the below error msg. Error Msg: Run time error '3075': syntax error (missing operator) in query expression 'ID = FI Cash' When I debug the above error it...
  5. A

    Datatype mismatch in Criteria Expression error in Query

    Hi All, I have database in which I have data table called commentary table now I created a userform to input/modify data in the same table the form has 1 Combobox which contains a list of products populated from the product column of the datatable same way there is dtpicker which is updated...
  6. A

    submit the data entered in textbox to a table column

    Hi All, As mentioned earlier I just want input some code in the background of the submit command button on my form which will save back the commentary updated in textbox and the date selected in the datepicker by product guy against the product selected by him in combobox to the data...
  7. A

    submit the data entered in textbox to a table column

    Hi All, Did anyone get the chance to look into the above thread. Thanks a lot for your help in advance :)
  8. A

    submit the data entered in textbox to a table column

    Hi All, I have sharepoint linked table table name "table1" in my access database and a form .i.e. form1 which has one combobox, one datepicker and one textbox which are linked to that sharepoint table in the following way, the combobox is linked to table column which is product column so the...
  9. A

    How to break links of sharepoint linked list table in access 2003

    Hi All, I have around 6 to 7 sharepoint linked lists as data tables in my access database .i.e. access 2003 I them to make a local table directly with some shortcut. some VBA code or some other shortcut I know in excel 2007 there is option to make them work offline but in access 2003 we don't...
  10. A

    How to pass a column name as a parameter in a query

    Hi B, I am bit confused with the solution which you have posted. Can you please help me with the below sql statement. strSql = "SELECT [Local - RAG Status].[ProgramID], [Local - RAG Status].[SILO], [Local - RAG Status].[PROGRAM_NAME], " _ & "[Local - RAG Status]." & strSelectedFieldName & "...
  11. A

    How to pass a column name as a parameter in a query

    Hi B, Thanks a lot for your quick reply, I have incorporated the code provided by you in my form and it's working fine but when I try to add some criterias to the same it doesn't work. Below is what I am trying to do .i.e. filter JAN_RAG .i.e. MONTH_RAG column for only AMBER and RED items...
  12. A

    How to pass a column name as a parameter in a query

    Hi Everyone, I have a table in my database from which I am trying to query the data for a particular month. Now in that database table I have separate column for each month I want to come up with a query which will filter the columns and will give me only one particular month column in the...
  13. A

    Print reports to pdf

    Hi Bob, I have made the changes as suggested by you in your earlier posts but I am facing the below error now post making those changes whenever I open the file. Thanks a lot for your help in advance.:)
  14. A

    Print reports to pdf

    Hi Bob, I have encountered some issues which I have mailed to you. Can you please look into the same. Thanks, Abhy
  15. A

    Print reports to pdf

    Hey Bob, Apologies to bother you again but did you get the chance to look at my mail in this weekend. Regards, Abhy
Back
Top Bottom