Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DriesG
  • Content: Threads
  • Order by date
  1. DriesG

    Problem gotorecord in subform

    Hello all, I have a form with a subform(1) in single record view. In this subform(1) there is another subform(2) in datasheet view. On this subform(2) there is a button to tell the subform(2)to go to record "acfirst". When I'm for example on record 2 in subform(1) and I click the button I would...
  2. DriesG

    Create a "look-a-like" grid in details section

    Hello, I would like to create some kind of a grid look for the details section in a report. I want to do this by drawing some vertical and horizontal lines. This gives the nicest effect. It looks great, as long as the text boxes don't grow. When a text box grows, then the vertical lines ar too...
  3. DriesG

    Selections in a grid

    Dear all, I would like to make a delete query, based on the multiple selections from a vbalgrid. I know a way to do this with a listbox: you just create an "IN-string". For example dim strIN as string dim i as integer For i = 0 To lstList1.ListCount - 1 If lstList1.Selected(i)...
  4. DriesG

    Toolbar and rebar vbaccelerator on MDI form don't show

    Hello, I have a rebar and toolbar from vbaccelerator on my MDI parent form. The problem is that the rebar and toolbar do not show when the form is loaded. On my child forms, there is no problem. On the child form you can place the rebar and toolbar directly on the form. On the MDI form, that is...
  5. DriesG

    Create toolbar for form

    Hi, I have created a MDI form and a child form. Both have a menu, created with the menu editor. When I open the child form, the menu from the MDI form is replaced by the menu of the child form. That's ok. But is there a way to create a toolbar that is displayed at the header section or...
  6. DriesG

    While opening a report: show progress bar

    Hello, I have a form with a button and a progress bar. If I click the button, a report opens. As it takes a long time to format the report, I would like the progress bar to show me the % completed. Does anybody know how I should link the progress bar to the the formatting of the report? I...
  7. DriesG

    dlookup with multiple criteria

    Hey, I have a dlookup function for an unbound textbox. Th problem is that the function doesn't return the correct value. This is my syntax: DLookUp("[Available]";"tblPlanning";"[Name] =" & [txtName] & " And [Date] =" & [txtDate]) The controls...
  8. DriesG

    Criteria for query from selections out of mutiple listbox

    Hello, I have a query that I want to filter with a criteria in a certain column. When I tell the qeury to get the criteria from a listbox in a form, that's no problem, as long as the listbox is not set to multiselect. If I change the listbox to multiselect, the output of the box is always 0. I...
  9. DriesG

    Problem with linked chart to report header

    Hello, I have a problem with a chart on a report. The report is based on a query. In this query there is a field called "Product nr". This field is a group header in the report, so it groups data on each interval (every new product number). Together with each group I would like a...

Part and Inventory Search

Back
Top