Search results

  1. S

    Insert Empty table witn specific number of rows

    It works but I have one problem , headers of the sub report are not showing. see below:
  2. S

    Insert Empty table witn specific number of rows

    Thank you so much !! I think this is the best solution. I will try it , if I face problems or had any doubts I will tell you !
  3. S

    Insert Empty table witn specific number of rows

    Very good idea!! One question , where I put this statement SELECT ID FROM TableName WHERE ID<=5 and how I replace it withvalue of the textbox.
  4. S

    Insert Empty table witn specific number of rows

    Sorry but cay you explain further . Bear in mind the number of rows will be different for each record.
  5. S

    Insert Empty table witn specific number of rows

    Hello I have one report . I use it as “ temp var “ linked to one form such That it will show only data of specific record in that form.so the report will be only one page.which I will put button to covert it to pdf format. In the second page of report , I want to insert empty table with 5...
  6. S

    Deplicate values in combobox

    can you give me the code I should wrote for storing the name in the column? Also for you information , I need the name to be stored not the ID because in my country ( some type of companies does not have ID and I am not sure if it is effective in this case to use ID as primary key ). Hence, what...
  7. S

    Deplicate values in combobox

    Ok How to make the search sorting in the combobox to be by the name of the company not ID . For example if I write AA in combobox, I want the list to show me automatically the companies name which start of AA. Also, If ID is stored in table , how to make the name to be stored as well in other...
  8. S

    Deplicate values in combobox

    When I make the bound column of combobox to be ID , the ID will be stored in Table. I want the name to be stored and showed in the form after selection
  9. S

    Deplicate values in combobox

    Hello I have one table which has many fields I created form based on Table 1 .One of the fields in form are combo box with two column (A,B) which their values come from Table 2 , Column A Are company name. Column B are Branch Number When I select from combobox , value of column A will be...
  10. S

    Hello

    Hello Everybody, I just registered in Forum. I am very optimistic that I will learn a lot from you.
Back
Top Bottom