Search results

  1. V

    HTML EMailBody

    Hello, I would like add a logo and table in an HTML EmailBody template, I am not sure how to do it right, I am hoping to get some tips from anyone. Let me know, I can post the code I created. Thanks, Vincent
  2. V

    Linked Data and Unbound Fields

    Hello, I am hoping I could get some advice from experts here. Im trying to create a Job board that pulls some data in a linked database. I need to add some unbound fields because I am unable to add the fields in the linked database as I dont have access to add new fields. Here are the fields...
  3. V

    DateAdd function

    Hello, Is there a way I can use the DateAdd function and calculate only the working business days, excluding Sat and Sun? Thanks in advance! Vince
  4. V

    ODBC in ms access 2010 and 2016

    Hello - I created an access database using ms Access 2013 integrated to ODBC connection. ODBC works perfectly using 2013 version however when opening the file to 2010 and 2016 version of Access, im having an error. The error is "ODBC connection [Database] failed". Hope to hear any help for...
  5. V

    Query: Update Criteria

    Hi Paul, Quick question on the parameters. Previously, I was able to create a parameter to run and append a query using a date range. Now, Im trying to add an additional parameter on a different field (Job No.) criteria [Forms]![Parameter Form]![JobNoQuery]. However, when I run the query, the...
  6. V

    Query: Update Criteria

    Hi Paul, Im not sure where can I set Me.TextboxName = Date() do I need to put it in the append query button properties?
  7. V

    Query: Update Criteria

    I attached the screenshot of my Parameter form. Im trying to set the last modified date whenever an append query is completed. Maybe there's other way to do it :) thanks!
  8. V

    Query: Update Criteria

    Thanks Paul. I was able to follow use the same criteria you provided. One last question for now, Im trying to put a "last modified date" in the form, but i dont know how, any suggestions? Thanks again
  9. V

    Query: Update Criteria

    Thanks Paul! That really helps. Follow up question, after I run the query, can I append it to an existing table using the form I used to enter the parameters? And also, on a side question, what is the best way to delete duplicate records in an existing table? Thank you and hoping to hear...
  10. V

    Query: Update Criteria

    Hi All - Happy New Year! I just wanted to check if there's anyway I can create a Macro or any suggestions on how to update a Criteria in the query window without going through the design view. Maybe I can create a form where our staff can update the criteria in a sort of a form, button using...
  11. V

    Checkbox in subform

    Hi Paul, quick question, unfortunately, I dont have the ability to add fields in the backend because im importing the DB from the application we are using. Is there any other way to create a check box(es) in my subform? Thanks
  12. V

    Checkbox in subform

    Is it possible to add new fields in a linked table?
  13. V

    Checkbox in subform

    Hi Paul, Thanks for your reply. Im not sure how I can add the fields since I am using a query from the linked DB. I cant add new fields unless I create a new table. Any thoughts? Thanks!
  14. V

    Checkbox in subform

    Hi MS access experts, I have a continuous subform linked in a data query, I added some check box to select for each record. However, everytime I check a checkbox, it also check the same checkbox on the next record. My check box consists of Shipping options - FEDEX, COURIER and HAND DELIVERY...
  15. V

    how to Update ODBC linked tables on ms access

    Hi, Im trying to update the tables from the ODBC so it will have realtime data. Sorry for the confusion. Hope to hear back from you. Thanks!
  16. V

    how to Update ODBC linked tables on ms access

    Thanks JHB. Im not an expert with access. Im not sure where to copy the code in ms access. I tried to find the tabledefs but couldnt locate it. When you get a chance, will you let me know? Thanks!
  17. V

    how to Update ODBC linked tables on ms access

    Hi All - Does anyone know how to Update ODBC linked tables on ms access? Really appreciate any insights. Thanks in advance!
  18. V

    Forms - multiple record

    The data in the form is from the table. nad the tables were generated from a query. So, before I designed the form, form the bunch of tables in the ODBC, I created a query then run it into a query table which is the Tables - Production DB and Copy Orders. Sorry for the confusion, my question is...
  19. V

    Forms - multiple record

    hi Paul, I was able to make it work! Since its a subform, in the control source, i didnt include the table in the code. I just included the field and it worked! Anyway, for the DB, thank you for checking it out. I have a few questions though, the data in the DB I uploaded are actually from an...
  20. V

    Forms - multiple record

    Hi Paul, I uploaded the DB here. Whenever you get a chance, will you let me know if Im missing something? I keep trying but still couldnt figure out what's wrong with the barcode. I set up the same format of the control source from the main form and subform =Code1289([Table.Field]), but still...
Back
Top Bottom