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 SkipVought 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: gazolba
  • Order by date
  1. gazolba

    How fit subform inside another form ?

    I have a form containing a tab control. Inside one tab is a subform. I'm having a devil of a time getting the subform to fit nicely without scroll bars appearing. One further catch - my subform has a header, detail and footer and I need all to be fully visible with no gaps between them. I...
  2. gazolba

    How get just date part of datetime column in SQL

    Are any standard SQL as opposed to Jet-specific ??
  3. gazolba

    How get just date part of datetime column in SQL

    How get just date part of datetime column in SQL?
  4. gazolba

    How get column headings in a listbox ???

    I set columnheads to YES but where do the column headings come from? how do I specify them?
  5. gazolba

    How get column headings in a listbox ???

    MS Access help (what a pathetic thing!) talks about field names and captions but there is no caption property ??? I need the column heads to position automatically based on the column widths.
  6. gazolba

    Trying to load a listbox from a different form ?

    I should have mentioned the original form is a subform, so do I have to put: {Forms]![mainform]![subform] ??
  7. gazolba

    How get to table reference data quickly ??

    I'd rather not build a crippled system as performance is very high on the criteria of what will make this system successful. So I'd like to do it right the first time rather than have to go back and change and retest everything again.
  8. gazolba

    Trying to load a listbox from a different form ?

    I have a form with a list box and a FIND button. When this button is pressed it leads the user thru a series of other forms to select records. I build an SQL and want to load it into the rowsource of the original form. I'm using this code but it is not finding the form...
  9. gazolba

    How get to table reference data quickly ??

    I'm developing what is turning out to be a huge system. My main tables are full of id's which refer to other tables. In my processing I have a constant need to convert these id's to full descriptions. Some of the less voluminous data I keep in global collections. But I have some bigger tables...
  10. gazolba

    How get value in control (not as simple as it sounds)?

    Thanks Roy! It worked like a charm. Who'd have thought it would be so simple.
  11. gazolba

    One to Many, how handle in report ???

    Well its not that simple. My illustration was greatly simplified. The report is much more complex than that and I have several groups of repeating items.
  12. gazolba

    Need to send Outlook emails from Access

    Thanks. I found a piece of code that does the 'to' addresses in a different way it uses a property called 'recipients'. How do I get an email address in the 'CC' list?
  13. gazolba

    What determines height of continuous form window ?

    I found the answer. I had 'Auto Resize' set to YES. I set it to NO, then any change in the window size was retained.
  14. gazolba

    What determines height of continuous form window ?

    I'm confused by this advice. As far as I know no subform is involved. This is a continuous form and there is no 'height' property. The form has a header, detail and footer but increasing those does not do what I want. I need to show more of the repeated rows. When the window opens, I have to...
  15. gazolba

    How get value in control (not as simple as it sounds)?

    Roy Vidar's ingenious idea seems like it should work I will try it. The reason the Activate event did not tigger is because the original form is a subform, at least that's my guess. I have not have the time or inclination to investigate the vagaries of when and why events trigger. Thanks for...
  16. gazolba

    How reset to DEFAULT VALUE (combo box)

    I was hoping I could just reset the default value rather than having to respecify it, but thanks. My default values are kept in tables so its a pain.
  17. gazolba

    What determines height of continuous form window ?

    I have some continuous forms for editing tables. They always open with only one record showing and I have to drag the bottom border down. How can I get them to open with a greater height so they show more records?
  18. gazolba

    How reset to DEFAULT VALUE (combo box)

    I have set a Default Value for a combo box. The user has made some other selection. Now I need to reset to the default value without specifying it again. How? As usual MS Access help is useless.
  19. gazolba

    Need to send Outlook emails from Access

    Specifically I need to know how to include multiple emails in the MYITEM.TO = assignment I know all about listboxes and recordsets. My emails are actually in a collection and I loop thru the collection.
  20. gazolba

    Need to send Outlook emails from Access

    Thanks, thats great but I need an example that sends emails to multiple addresses, do I just connect them with semi-colons?

Part and Inventory Search

Back
Top