Search results

  1. T

    Sending Objects.

    Hi All I wonder if anyone can help me. Im trying to send e-mail from a form. The user selects to whome to mail goes to then types the massage, but i also want to be able to send db object. I have been playing around with the send object cmd but as far as i can work out this only allows me to...
  2. T

    List Box thing.

    Hi all. I have the following code that shows all tables in my db in a list box the problem that i have is that it also show the system tables. Is there anyway that i can get it not to show these??? Private Sub Form_Open(Cancel As Integer) z = "" For Each A In Application.CurrentDb.TableDefs...
  3. T

    List Box Thing!!!

    Hi All Can i have a combo box with the values of table, queries, forms, pages, macros and moduals and when one of these values is selected a listbox or something that will show me all the table, qeries etc?? Evan better can i get an open dialog box to appear, the reason i want this is so that...
  4. T

    Outlook Recipient Control

    I have a user interface and am currently designing a form that allows users to send tables from the db to e-mail recipients. I was looking through the list of more controls and saw the MS Office Outlook Recipient Control but i get an error msg saying i need to register the control. I have...
  5. T

    Outlook Recipitent Control

    I have a user inter face and am designing a form so that my users can send tables as attachments of e-mails. I was looking through the more controls list and saw the MS Office Outlook Recipitent Control, but when i click on it to add it to my form i get the msg saying i need to register the...
  6. T

    HTML

    Hi I have quite a complex database that has several userforms. I have recently started designing my own web and was wondering if i can use the userforms on a html page without loosing the format.
  7. T

    Query in text box.

    I have a query that select certain people in relation to the date. I have created a tabular form that shows the information from the query. How can i get the names from the query to show in a form in one text box one after the other? Any surgestions?
  8. T

    Scrolling Text Again.

    Hi I am trying to get a textbox or somthing alike that can continusly scroll the same msg from left to right. I have VB6 is there anyway that i could do a userform and then copy that into access. Any ideas would be of help.
  9. T

    Scrolling Text

    Hi I am trying to get a textbox or somthing alike that can continusly scroll the same msg from left to right. I have VB6 is there anyway that i could do a userform and then copy that into access. Any ideas would be of help.
  10. T

    Scrolling Label / Text Box

    Is there any way that i can get scrolling text in a form like that in a data access page? If not what are the chances of being able to copy what i have to work the same in a data access page?
  11. T

    Timer.

    Hi All. I have a problem where a form i am using has several text boxes and when on the move move event the boxes make other items appear. But because i have now() refeshing on timer every second the whole form seem to blink and flicker because of the timer. Is there anyway that i can do some...
  12. T

    Squeek squeek. Mouse Problem

    I have a Text Box that has simple code on the Mouse Move event. The code makes other items on the form visible, what i am trying to do is get the mouse to move to a certain point when the other items appear.
  13. T

    Please Help Me

    I have a form that has the time on it updated with simple code on the ontimer event. What i want is for some code to return a certain value depending on what the time is. So for example if the time is between 12:00 noon and 1pm id like to value to come back as "lunch".
  14. T

    Calander Control 10.0

    Im trying to use a Calander Control to return the value as a date. But i cant get it to work. I have tried a simple peice of code on the LostFocas property but this does not work unless you click onto another item and i dont want to have to do this. On the AfterUpdated property i cant get the...
  15. T

    Refreshing Forms

    I want a label on a full screen form to move to random possitions on the form on a timed basis. I have tried to do it on click to start off with and have got the label top and left values to change but the label moves to the top left corner of the screen and does not move even though the values...
  16. T

    Refresh

    Hi I have a form that maximizes on opeon the form i have a graphic and a label. On click of the detail i want the label to move to another part of the screen. I have tried using the random command and get the label to change the top and the left value but on the first click the label goes to...
  17. T

    Form resizing.

    I have a form with a command button and a subform on it. When the form is opened the subform is not visible and due to the size of the subform i have an area of blank form. When the command button is clicked i want the form to resize, the subform to be visible. I can get the sub form to...
Back
Top Bottom