Search results

  1. smtazulislam

    RecordSET under the YEAR and Month.

    Hello I want to update my PayRoll system. In the picture, you can see the RED marked a query like if tableA data doesn't match with EmployeeID & Month & Year then Insert value is "0" How can do that?
  2. smtazulislam

    Solved Hide button or Icon need to arrange by automatic

    Tools image hide option is SOLVE. Now I facing another problem. This is for Dashboard Tools by condition each user. Its perfectly worked. StrUserRole = DLookup("UserRolesID", "Users", "UserName='" & TempVars("UserName") & "'") Select Case StrUserRole Case 1 'admin...
  3. smtazulislam

    Solved Hide button or Icon need to arrange by automatic

    I tried it. its worked. See post #5 But each command I have separated top a picture/Icon. Picture is not with same Button. It is need separated. I also tried to same button but same I can't find SIZE MODE OPTION. can you give a demo with picture.
  4. smtazulislam

    Solved Hide button or Icon need to arrange by automatic

    I tried it, its worked. But problem is picture can't disable... Look at picture : Post@ 4 Edit : Can give any way to if user click picture then form not open. cause, I can't find any ways to disabled picture.
  5. smtazulislam

    Solved Hide button or Icon need to arrange by automatic

    Not working when I use the picture Edit : can possible to automatically remove gap..
  6. smtazulislam

    Solved Hide button or Icon need to arrange by automatic

    In my dashboard Tools need to arrange when we hide button for some user. But here these place is empty display. I would like it automatically arrange when hide icon or button not gap or blank. Can It possible. All arrange icon and button by stacked.
  7. smtazulislam

    Need Advice

    Yes, I think it must add. Any Suggest TransactionID ProductID OrderID TransactionType - purchase/sale/return to supplier/return from customer TransactionDate QTy Price Why do you want Productiondate + ExpiryDate in the Transaction table? Cause it was already in Product Table Nice point. I...
  8. smtazulislam

    Need Advice

    StockLevel, TAX Amount, belongs to Products table. So Expiration date also put to Product table. it is not a large shop. Someone also advised me that the Expiration date instead of a Stock table. Here Maybe need to clear it. It's not the Purchase shipping cost. Customer Shipping cost. Some...
  9. smtazulislam

    Need Advice

    Hey, I would like to create a Professional POS for Pharmacy shop. below all of the table almost complete. 01. tblPharmacyInfo - Completed 02. tblCustomers - Completed 03. tblSuppliers - Completed 04. tblProducts 05. tblPurchases 06. tblPurchaseDetails 07. tblOrders 08. tblOrderDetails 09...
  10. smtazulislam

    Textbox can act like "Combo Box"

    sir, This is one of the example.
  11. smtazulislam

    Textbox can act like "Combo Box"

    Thank you very much. Its not in my requirement. Not work in my computer. I can type anything in the textbox. I just need textbox act like combo box. Example : If you click or press TAB key the textbox then it expended drop list And user can't entered any data without have in the list. Same...
  12. smtazulislam

    Textbox can act like "Combo Box"

    I dont want to Shade or effect. Its optional work. I just want to work when I click the textbox then act same like combo box drop down list. Maybe it is 6 rows or 8 rows display.
  13. smtazulislam

    #Name? Error on Form

    For Validation Date, You can use it. <=Now() User can't enter future a date. >=Now() User can't enter Past a date. I using for validation Field this Function Private Function ValidateRecord() As Boolean Dim strVR As String strVR = "" 'Validate the form If...
  14. smtazulislam

    Textbox can act like "Combo Box"

    Yes Sir, tried. ALT + Down Arrow and Left Arrow.. Not expand drop list.
  15. smtazulislam

    Textbox can act like "Combo Box"

    Thank you very much. But it is not work in my computer...
  16. smtazulislam

    Textbox can act like "Combo Box"

    Hi, see attached. I want to combo box in a form, but I do not want to display the drop down arrow. It is just display 6 Or 8 Rows when user click in the textbox. Is it possible ? Note : Display picture in aspx.net work...
  17. smtazulislam

    Solved Dashboard Setting

    Thank you very much, its work, In my dashboard have 8 command button. Each command to open a tab page I would like that my last visit Tab page will show when reopen Database same user (I have 3 users)
  18. smtazulislam

    Solved Dashboard Setting

    Sir, can possible create Tabcontrol Inside one more tabcontrol
  19. smtazulislam

    Solved Dashboard Setting

    Oh, I got it. I will try...
  20. smtazulislam

    Solved Dashboard Setting

    How Command set in a Focus where TabControl not Visible...
Back
Top Bottom