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...
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...
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)...
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.