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

    format time

    hi i currently allow the users to enter in a time value of hh:mm and i have a javascript that validates the data. The problem is i would like to input this data into sql database but an error comes up by not enabling the ':' to be inputted into by smalldatetime field. So i would like to...
  2. reta

    Undo command

    Hi I was wondering does anyone know how to undo a record from a different form. For example when the user goes back to the main menu, multiple forms will close and if the user has inputted any data it will undo the record. Therefore, when they press the back to main button, only once, all the...
  3. reta

    data manipulation

    Hi I have data stored in a table like my look like this GXHU - 1245 TS - 124587 What i would like to do is seperate the data by the "-" so in one field there is GXHU TS and in another field 1245 124587 Can this be done with a query? Reta
  4. reta

    data manipulation

    Hi I have data stored in a table like my look like this GXHU - 1245 TS - 124587 What i would like to do is seperate the data by the "-" so in one field there is GXHU TS and in another field 1245 124587 Can this be done with a query? Reta
  5. reta

    Horiztonal Scroll bar issues-List box

    Hi, How am I able to format my list box with VBA code to have a horizontal scroll bar on the screen. Currently it only displays a vertical scroll bar with no horiztonal one. Reta
  6. reta

    Horiztonal Scroll bar issues

    Hi, How am I able to format my list box to have a horizontal scroll bar on the screen. Currently it only displays a vertical scroll bar with no horiztonal one. Reta
  7. reta

    Access to hard drive?

    Hi I was wondering is there a way that i could provide the user with a browse button to browse their hard drive for a particular file they would like to import into access. At the moment i have assigned a folder that can import their files from, however some of them would like to browse their...
  8. reta

    mask on input box

    I have a input box and i would like to place a date mask over it, using VBA code. Is it possible? Reta
  9. reta

    Checkbox

    How am i able to check if a checkbox has been check with VBA coding. Thanks Reta
  10. reta

    TWO Primary keys!????

    Hi Is there a way of creating TWO primary keys in a table in access 2000. Thanks Reta
  11. reta

    How to drop $ in query

    I was wondering does anyone know a function that i could place infront of a query, that will allow the query to remove a $ from infront of a a field in the database. EG $12345 it should be 12345 Thanks Reta
  12. reta

    deleted records from table

    In the database it gives the user the option of selecting a record and all the data that relates to that peice of data will be displayed. This therefore allows them to edit the data and update the db. However, at times the user may not which to update or delete that record and return to the main...
  13. reta

    Copy contents of the whole table

    Does anyone know how i would be able to copy a whole table in ms access without, inserting each record from one table into the new table. In other words am i able to copy the contents of one table into another. Thanks Reta
  14. reta

    Importing error

    Hi i am trying to import a file into a table i have used this code before and it has been successful, however when i created a new program a tried to import information from an excel spread sheet i get an error. Error Description: Application defined-error or object- defined error. run-time...
  15. reta

    access 97 link to excel, recordset problem

    i have a db that is linked to an excel spreadsheet, but when i add a recordset that links to the spreadsheet it gives me an error "type mismatch" CODE: Dim dbs As Database Dim tdf As TableDef Dim rs1 As ADODB.Recordset ' Open the Microsoft Access database. Set dbs = CurrentDb '...
  16. reta

    merge cells for excel, through access

    Hi i am importing an excel file into access, but i need to merge the first two cells in the excel file before the file is imported, as the headings are broken up in to two cells. I know how to merge cells in excel, but i need to know how to merge cells in the excel file through access, is that...
  17. reta

    Import from excel to access via access form

    I am currently building a access db in access. A form will pop up prompting the user to enter in the file name of the excel spreadsheet and once they press a button all of the information from the spreadsheet will update and added to the existing information in that table. The problem is i dont...
  18. reta

    Openrecordset

    Hi i am creating a db that connects to another accees db, in a different location and they may not be connected at all times. Therefore, i created a button in which allows them to connect to my db and compares their data to my db and updates or inserts records into my matser db. The problem is...
  19. reta

    Compare Dates

    i have a report that gets its information from a query. i would like to know how to compare the dates in the db to todays date.So i can display the items that are overdue.
  20. reta

    checkboxes created on the fly

    I have a db and i would like to count the number of fields related to that ID. In my onloans table i have the the ID of the person and the serial number of the product and i would like to count the number of serial numbers the person has borrowed against their ID. Once this is done i would like...

Part and Inventory Search

Back
Top