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 IamaSherpa 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: *

  1. JackDempsey

    Coding Drag & Drop for Target Coordinates?

    That all makes perfect sense, I should have been a little more specific. Form_DragOver sets Source.Visible to False, giving the appearance of dragging the actual picture. On a bad drop, I need a way to set that property back to visible(thus the bad drop handling function). So, the only...
  2. JackDempsey

    Coding Drag & Drop for Target Coordinates?

    Hello! I'm trying to implement a simple drag and drop of an image to a PictureBox. I've got the drag modes, etc. set. This is a non-OLE drop. My Q is, can I use a coordinate zone to specify the picturebox? ie: if not within picturebox coords then (bad drop) else (good drop)...
  3. JackDempsey

    Criteria Filtering Problem

    Hello! I'm having problems getting a query to filter based on a criteria. I'm using a two-step querying process(query based on a query), which basically performs some analysis and multiplication after the first query has returned the proper date range of the records. I have a two fields for...
  4. JackDempsey

    Breaking up composite text field (un-concatenation)?

    I'm dealing with a composite text field that stores a required fiscal week in the format yyyyww. For example, 199952 is year 1999, week 52. Can I un-concatenate this string for evaluation in Design view or directly Access SQL? Thanks!

Part and Inventory Search

Back
Top