Search results

  1. S

    How to break syntax into multiple lines

    Finally I learn something new today, which make my day Thanks to all Be happy alway
  2. S

    How to break syntax into multiple lines

    Hi there Thanks for your help in advance I search over the form and learn how to create the simple Update query in VBA, BUT I am unable to break the UPDATE statement into multiple lines and now I am getting "Syntax Error in UPDATE statement" Following is the multiple line Update Statement Dim...
  3. S

    how assign vba query to listbox

    Thank you, it works perfectly Yahoo! I learn something today
  4. S

    how assign vba query to listbox

    Hello there I am total green in access specially in VBA world and trying to learn during my free time I am able to learn to learn how to assign values to LISTBOX, based on already created Query (using Wizard) Now I am trying to learn, HOW to create the query through VBA and assign to listbox...
  5. S

    Multiple Field Validation at Form Level

    Thanks works perfectly
  6. S

    Multiple Field Validation at Form Level

    Hi there I am trying to learn Access during my free time, to learn something I learn a lot through this web form Anyways, here's my situation, I am getting following error "MS Access can't find the field "|" referred in your expression" I am trying to validate the field behaviour before SAVE...
  7. S

    Popup Save Window

    Hi there I am trying to learn Access, therefore, any help will be grateful I find the following CODE online (Print to PDF) Which work perfectly for me, the only issue and/or modification I am looking for "Popup Window to save the file at any location", instead at fixed location I would be...
  8. S

    How to save two input into one field

    Hi there I would love to know how i can save two textbox into one field I am totally green and using unbound form E.g. Input Year - Period - Month - # of working days 2014 - 01 - January - 22 2014 - 02 - February - 20 would like to save the record as follows 2014-01; January; 22...
  9. S

    update record based on two fields

    Thanks Missinglinq I am using following update statement for editing/updating record with one unique variable field (however, my current table i don't have any unique field other than combination (Year & Month) field - hope i clear now, question is in "where statement", how i can use (year &...
  10. S

    update record based on two fields

    How to check duplicate record before saving based on two variable
  11. S

    update record based on two fields

    Hi Mihail, thanks I can understand update is working, but adding it creating duplicate record
  12. S

    update record based on two fields

    Hi there I am newbie in access and trying to learn, based on different Thread I am able to learn how to Add/Update record including existence of record based on single unique field Now I trying to learn how to check existence of record on multiple field before adding (at least two) and how to...
  13. S

    Auto Month in Series

    Hi there I am not sure, but I usually try to learn access during my free time and I usually play at unfound form level, no table nothing Being an Accountant I usually try to create the different forms based on accountant requirements during my free time I am trying to develop a form in the...
  14. S

    Adding field numbers for viewing purpose only

    Hi Pat It's just an example, there's no table behind the form, I just learning therefore, I usually play with form, I can understand that every month is separate record My question is, can I sum all the number which I put in the field in a particular field on the form just for viewing purpose...
  15. S

    Adding field numbers for viewing purpose only

    Hi there I am totally new and trying to explore the Access during my free time, anyways, what I am looking for, is that to show the total/sum of the input fields (unbound form) I tried sum function in control source for "Total working day", but I am getting #Error...
  16. S

    Refresh Query using subform.....

    Thanks and be happy always Now, it works perfectly
  17. S

    Refresh Query using subform.....

    Hi there I using combo box as input to run the query and to show the result on the on the form, using subform feature (not sure correct approach) The only problem, when I select the value from using combo box the values on the subform does not change automatically even after pressing the run...
  18. S

    Exit from operation

    Hi there I am trying to learn the Access need help from the guru of Access Below are the code, which I am trying to use to update the field in a record, What I am trying to achieve, is once I press/click the update button, cursor needs to move to next desire field which is "txteditcid", but...
  19. S

    Numeric Field control

    Thank you Bob I am just trying to play with Access during my free time at form level, which mean no table behind it Anyways, thanks for your help Be happy always
  20. S

    Numeric Field control

    Thanks Bob I am trying to learn controls at form level (unbound form) Specially event behaviours how to control field with event e.g. at character field Private sub on change() if len(field name) > 10 then Msgbox "Field characters can't be more than 10" End if End Sub Same way, I want to...
Back
Top Bottom