Search results

  1. H

    2 identical tables, updated Query

    Ok Thank you Arnel, yes that is the clue, it works now.
  2. H

    2 identical tables, updated Query

    Arnel, whem I tried in the example attached, there is an error message for one record. Did I miss something? Thank You
  3. H

    2 identical tables, updated Query

    Thank you Arnel I will try it
  4. H

    2 identical tables, updated Query

    no duplicate Arnel, As I have ever raised my question, on how to make multi unit of measures in Access, it seems difficult so I decided to 2 databases, one in Case, and one in EACH Unit of measures. So instead of key in to the unit price of each, I just exported in excel, than I modified the...
  5. H

    2 identical tables, updated Query

    Instead of typing in the new table one by one, how can we make updated query to update unit price & UOM of the table B to table A Unit price and UOM fields on the same Itemcode of the 2 tables. Thank you for any samples
  6. H

    User2 only can view/browse the form and report

    Thank you Arnel, I will study first.
  7. H

    User2 only can view/browse the form and report

    In the main switchboard, we create another switchboard?
  8. H

    User2 only can view/browse the form and report

    Below is my Log in Table. The AccessType, I have Admin, User, User2. How can we make it that User2 can only View/browse reports of forms.
  9. H

    Edit the ItemCode as Primary key, of Inventory

    Ok, thank you Arnel, we are not a big company, we are just school's housekeeping dept. So actually it is ok, I have made it, and I think it is very rare to revise the item code
  10. H

    Edit the ItemCode as Primary key, of Inventory

    Thank you, I see the sample on youtube... I understand now
  11. H

    Edit the ItemCode as Primary key, of Inventory

    What is Cascade update DBGuy...
  12. H

    Edit the ItemCode as Primary key, of Inventory

    Hello, I just suppose a user make a new itemcode(in inventory table itemcode is a primary key), say "40x42C", that should have been "40x42B", then the user already make a receipt transaction for this item code. The table below is the db relationship. When I tested to change it to "40X42B" , an...
  13. H

    GetUserID

    Yes Gemma, it seems I just make a simple way, on the Admin Form, I just make a button to open a form of Edit Item, in edit mode when open. It is more simple. Thank you,
  14. H

    GetUserID

    It hang here Gemma, fyi I do not have userID field in the form, I just have user name and password to fill.
  15. H

    GetUserID

    I think is UserID when we login, because the purpose is only Admin, that can edit itemcode in the "Edit Item Form". because I locked the itemCode field in the form, when common user open it
  16. H

    GetUserID

    UserID is a autonumber
  17. H

    GetUserID

    Arnel, do we need to make this on the on unload event of the loginForm? Private Sub Form_Unload(Cancel As Integer) If Len(Me.UserID & "") = 0 Then Application.Quit End If End Sub Because I have tried to adopt your suggestion to mine, the same problem existed like before. Syntax...
  18. H

    GetUserID

    OK Arnel I will try to adapt it to mine. Hopefully there will be no more miss match compile error.
  19. H

    GetUserID

    Thank you Arnel, I will try it tomorrow, I am ready to sleep now, coz tomorrow will work at 6 am as a blue color job. How can you do it Minty
  20. H

    GetUserID

    What is the password Arnel. To be honest, I am not expert in all of this, I just watched on Youtube and I follow step by step, so my login system is still very simple one. As I already shew that my table fields just consist of , UserID, Name, password, and Accesstype. So I need to study from all...
Back
Top Bottom