Recent content by shafiq-yasin

  1. S

    Dynamic Data Entry Form - Filtering Lookup Field

    Very simple one. First create your query in a datasheet form. After that You just create an event procedure on combo category at [after update]. Here chose macro and in macro select open form. But form mode should b hidden means no need to open but just for only action. Save that macro and try...
  2. S

    Filter a combobox

    When you creat a field combo box it ask from where you need select the records here you select your record. After that on form you need to go that combo proprty and on data options there is rowsurce open that source and select 2 fields but one should be not shown and also filtered by recquied...
  3. S

    Filter a combobox

    You need to go in rowsource in which combo is retrive and then select two fields from table one which is your combo data and second to which you filter tha record. And in critera field put your required criteria
  4. S

    Showing images on main form by using vba codes

    Tbllogin Fields [username], [userid], [userlevel] and [image]
  5. S

    Showing images on main form by using vba codes

    But i have made multi user form and each user have to see his picture as he login into DB. Sent from my iPhone using Tapatalk
  6. S

    Showing images on main form by using vba codes

    Kindly help me that how i can use vba code that enables me to show pictures from by table to a form? Now i am coding like Picture = dlookup from “table login” and further from “IMAGE “ field Then Form main ! “Attachment 01” = picture It show error 438 Any one help pleas Sent from my...
Top Bottom