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 wOOdy-Soft 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: delpino
  • Content: Threads
  • Order by date
  1. delpino

    primary key of the last changed record

    I want to program a code which changes a subform after the product_id has been entered or changed. I use "After Update" (Event Procedure). For the necessary SQL statements I need to know the primary key of the last changed record. How do I get that?
  2. delpino

    Prevent Confirmation of update

    I'm running a Module which updates a table, but unfortunately it asks for confirmation of the update process. can i prevent that somehow, cause its a bit annoying to confirm hundreds of times..
  3. delpino

    FindPrevious Button

    There are prepared "Find Next" Command Buttons but no "Find Previous" ones. When I change "next" to "previous" in the source code i will not work. Anybody knows how to do that?
  4. delpino

    Run SQL queries from textfile

    Hiya.. I've got a plain textfile with a couple of SQL update-statements. updatefile.sql: UPDATE lots SET lots.cid = 1123 WHERE (((lots.ID)=23)) UPDATE lots SET lots.cid = 1123 WHERE (((lots.ID)=34)) ... how can i run these in access so that it updates my table. I looked for an answer in...
  5. delpino

    difference between times

    how can i calculate the hours between 2 times like: 9:30 and 16:00 i want the hours between these times. PS: anybody knows if there are any freeware timesheets access programs out there?
  6. delpino

    formatting in text field

    Hello, i know this is a very common problem, but i haven't found a solution to do this. i want to format text within a memo/text field. apparently this is not possible in an easy way, without expensive third-party products. but even our old MS-DOS product can do that by using special...
  7. delpino

    replacement for another table

    Hi.. i have got a table which has two fields: group_number group_description now when i type data into group_number it should fill in the information of group_description which is associated to group_number. the information which group_number belongs to which group_description is stored in...
  8. delpino

    use single ADSL line two connect 2 computers via proxy

    Is it possible to use a single ADSL line to connect 2 computers via proxy? Here in our company we want to use the BTopenword Broadband for £39.99 (single computer) and use a proxy to use two computers. We called the hotline, there they told us that this is not possible. Is that true, if yes...
  9. delpino

    connect margins to a report

    Hello, i use access to print out invoices, but i have to change the margins in the print setup everytime. so is there a way to connect to margin settings to a form/report? and why keep the margin settings been changing?
  10. delpino

    save zipped files in access

    Hello, is it possible to save zipped files in ms access?
  11. delpino

    date field of last change

    Hello, i am looking for a date field in access which automatically updates itself to the last change of the record.

Part and Inventory Search

Back
Top