Hello all,
i have two little questions:
First: I want to add via VBA a new Textbox on to a slide. This is no problem.
I want to place it somewhere, let`s say in the middle of the slide. If there is already a textbox, i want to place the new one somewhere else, lets say 20 px beneath the old...
Well, your tip is not that helpful, because the System answers with a result, which is multiplied by 100. I do not know how to resolve that problem and why this problem occurrs. I am working on a Teradata. Maybe it depend on that?
I have a problem!
When running a statement, which will select a field which is calculated by three INTEGER fields, the result will be INTEGER, too.
expl1:
select a.int1*a.int2/a.int3 as res from a
I need the field as an decimal (18,2).
I tried it twice
expl2:
select...
Hello,
I want to fill a datefield within a formular ("frmEvent") with the date of an activex-calendar object. This Calendar-Object is on another formular ("FrmCalendar"). Since i have several formulars which all include datefields i want to use the formular...
Hi,
i am wondering if it is possible to make an Access2000 form stay in a given position.
There is the possibility to position the form by a makro, but after the makro had run, the user can move the form.
I do not want this. Is there a way to manage it?
Thanks a lot for quick answers
Niko
Hi,
I have a listbox (LST1) and after clicking on a button a sub will run, checking if a listbox item is selected.
for i=0 to me.lst1.listcount -1 do
if me.lst1.selected(i)=true then
...
' maybe some data will be changed
me.lst1.requery
...
end if
next i
Under certain circumstances some data...
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.