Latest activity

  • cheekybuddha
    If notes will be the same for every possible inserted record then you can try: oDB.Execute "INSERT INTO Discrepancies( Accession...
  • J
    John Sh replied to the thread field variables in sql string.
    To achieve the results I need, I have to do a series of findfirst operations and it simply takes too long. Using SQL is many times faster.
  • J
    John Sh replied to the thread field variables in sql string.
    Thank you. I should have realised those spaces were missing but the harder you look, the easier it is to not see. The second part of my...
  • J
    John Sh reacted to cheekybuddha's post in the thread field variables in sql string with Wow Wow.
    What is your question? Do you have an error? It looks like you need an extra space at the end of the above: "WHERE A.Main_Family ='" &...
  • D
    Unknown member reacted to CJ_London's post in the thread Code Repository Essentials with Like Like.
    To add to Colin’s comments- once you have created your post, report it to bring to the attention of moderators. They will then review...
  • D
    Unknown member reacted to isladogs's post in the thread Code Repository Essentials with Like Like.
    Old threads are closed in moderated areas of the forum (sample databases and the code repository). There is no block on posting new...
  • C
    CJ_London replied to the thread Code Repository Essentials.
    To add to Colin’s comments- once you have created your post, report it to bring to the attention of moderators. They will then review...
  • D
    Unknown member reacted to vhung's post on arnelgp's profile with Like Like.
    Hello, Arnelgp., its been 3 years to be out from any access forum, I already forgotten Accdb programming, but thanks to this world forum...
  • D
    Unknown member reacted to arnelgp's comment on vhung's profile post with Like Like.
    good for you vhung, if you have level up your programming skills! good luck with your endeavors.
  • arnelgp
    arnelgp replied to the thread field variables in sql string.
    you can also Add records using Recordsets: Public Sub inToDisc(dFamily As String, sFamily As String, nAccno As Double, sStr As String)...
  • S
    I suggest you first start by creating a pass-through query manually with your connection string and a super simple query like "SELECT *...
  • amorosik
    I don't understand The vendor gives you an example that doesn't work?
  • isladogs
    isladogs replied to the thread Code Repository Essentials.
    Old threads are closed in moderated areas of the forum (sample databases and the code repository). There is no block on posting new...
  • cheekybuddha
    What is your question? Do you have an error? It looks like you need an extra space at the end of the above: "WHERE A.Main_Family ='" &...
  • J
    In the SQL string below, the "Main_Family" field needs to be controlled by the variable "dFamily". I need to run the same basic SQL with...
    • Screenshot_23.jpg
    • Screenshot_24.jpg
Back
Top Bottom