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

    Group Output

    I am grouping my output and when there are more than three detail records in the group the next group heading displays over the top of the previous line. If there are only three group records then it works fine. Anyone ever have this problem?
  2. TheDoubleB

    Add group permission when creating a table

    I have a secure DB that has code to delete and then recreate a new table. When the table is recreated the owner is the current user and when another user with the same group permissions logs on, it will not let them delete and recreate this table. Set tdf =...
  3. TheDoubleB

    Select Query works but not Update

    I am using the following codes: <CFQUERY name=&quot;SNNote&quot; dbtype=&quot;ODBC&quot; datasource=&quot;Afr&quot;> Select * from Notes Where SNID =#NR# </CFQUERY> This works and I can display the data. However, when I try an update with: <CFQUERY name=&quot;SNUpdNote&quot...
  4. TheDoubleB

    ODBC 37000

    This is a simple update that is giving me problems. <CFQUERY name=&quot;UpdateNotes&quot; dbtype=&quot;ODBC&quot; datasource=&quot;Notebook&quot;> Update Notes Set ContactPerson=&quot;#Form.Person#&quot;, ContactPhone=&quot;#Form.Phone#&quot;, Notes=&quot;#Form.Note#&quot; Where ID='#NR#'...
  5. TheDoubleB

    Linked Objects on Reports

    I am creating a Employee book. I use the following code to display the linked picture on a form. The filename is stored in the table in field [PicLoc]. The form field name is [Image40]. If it isn't found I use the NoPicAvail.bmp. Private Sub Form_Current() Set fs = Application.FileSearch...

Part and Inventory Search

Back
Top