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 bkrike 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: tazardous
  • Content: Threads
  • Order by date
  1. tazardous

    simplifying a complex SQL statement

    <DISCLAIMER: Yes, I did search the forum first on this topic.> I've built an expression that parses out the date portion of a text field (esign), the expression is named EsignDate in the query and the query runs fine, returning the date portion. (see expression below) EsignDate...
  2. tazardous

    including another field in a query

    I've got a table that I want to extract a subset of data from. It contains three fields of importantance: leasekey : the foreign key that ties this table to a parent effectivedate : the data associated with a lease rate rateSF : the lease rate per square foot. What I want to do is query the...
  3. tazardous

    combo box without arrow

    Hi everyone, I have a client, who would like the functionality of the combo box (dropdown list), but doesn't want the little right arrow image on the field. Is there a way to have the functionality and look (i.e. one 'line' of text displaying until entered) of a combo box, but without the arrow?
  4. tazardous

    filling a textbox from a collection of other boxes

    I've looked high and low and I apologize up front if someone's offered a solution already to my problem and I just missed it during searching these forums. My problem is that I need to collect the selections of several dropdown combo boxes in a form and put them into another field on the...
  5. tazardous

    olecontrol calendar problems

    I created a form with two olecontrol calendar fields and it works fine with I run the form, clicking on the field allows the user to type in a date, clicking on the down arrow allows the user to pick from a calendar. But with I create a button to launch this form from another form, the calendar...
  6. tazardous

    what event fires when user moves thru recordset

    Hi, This may be so simple that I'll be really embarrassed, but I have looked around. I just don't know. I'm hoping there is an event that is triggered when the user advances thru the recordset. You see, I have a main form (a demographics form) and dozens of forms that the user can launch from...
  7. tazardous

    application behaves differently than project code

    I have developed an application that during development testing (by running the main code from the project view) works wonderfully well and without error. However, when I create an application from it and test it, I get 'cannot update the cursor' when ever I try to add a new record. I open the...
  8. tazardous

    adding records inside tab control

    I have a form, let's call it frmMain, containing a subfrm, let's call it subfrmTabs, that contains a series of tabs. When a user clicks on a tab and enters a new record, I want to be able to set a field in this new record to the name of the tab they are working in. This way, the record they...
  9. tazardous

    inserting records inside subform tab control

    I have a form, let's call it frmMain, containing a subfrm, let's call it subfrmTabs, that contains a series of tabs. When a user clicks on a tab and enters a new record, I want to be able to set a field in this new record to the name of the tab they are working in. This way, the record they...
  10. tazardous

    global or project page setup command?

    Since the 'keyword search' has been temporarily down for over a week now... I don't know if this question has been answered. Forgive me if it has. I need to know if there is a quicker way to set the page orientation for a set of reports (85) to landscape other than opening each report in...
  11. tazardous

    Annotating an image in a form

    I have a client that would like the ability to, for any given displayed record on a form, annotate a graphic that is displayed and save the results for that record. Ideas for doing this range from 1: try to find a way to define a text box 'over' the image, so they can type into the area, but...

Part and Inventory Search

Back
Top