Hi,
I would like to know if there is a way to show if a record in a subform is filled with any data.
For example:
I got a form with a subform and linked records from different tables.
We recognize this as a 'plus-sign' in front of the main record.
I would like to show these records bold or...
I still don't get it ...
The first Print is done, The others aren't
Only oldFileContents is written to the file, Addtext and newfileContents2 are not written.
I am positive they are not empty.
Open FileName & "_" & Bestelnummer & "." & fileExtension For Output As #nextFileNum...
Hi,
I'd like to read a label on another form.
I thought it would be easy to just read
controls(Forms!form!subform!label1)
gives me an error the control does not exist.
any help would be appreciated.
edwin
Yes i am sure it contains text (debug.print helped me there)
Should be some way to manipulate text in a word/rtf document.
I can replace text in this document, but whenever i try to add or replace a string with more characters than the original text i get stuck.
Hi,
I'd like to add text to an existing (rtf) file. I tried the following, which does not work, no text is appended:
nextfilenum = freefile
Open FileName & fileExtension For Append As #nextFileNum
Print #nextFileNum, newfilecontents
Close nextfilenum
any...
Hi,
Is there a way to interact with a shell from vba code ??
Like opening a telnet session, send userid, password, and other commands ?
if command returns ok then send next command ??
thanks in advance
edwin
Hi,
Is there a way to check how the form was opened ??
meaning:
From form "main" I open up form "sub" with command
docmd.openform(sub"),,,,acDialog
WHen the sub form is open, can i check if it was opened by form Main ?
thanks in advance
Edwin