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

    Database used in both 2007 and 2010 produces error.

    I am in the process of testing our Access 2007 databases for compatiblity with Access 2010. So far - all seems to be working well. All users are using Access 2007 until testing is complete EXCEPT for 1 user who is using 2010 (yes - there is always one!) FYI....I have a SQL backend - using...
  2. punky001

    Can a Keyboard Shortcut be deactivated?

    I have a user that forgets and uses the ctrl minus sign (-) on an Access 2007 form which deletes a record - which he doesn't want to do. He uses this in Excel 2007 and it zooms out. Is there any way I can deactivate the Ctrl minus sign in Access?
  3. punky001

    Module code question - Access 2007

    I made a change to a database I inherited and I'm having a problem getting it to work. I thought it was simple? Listed below is the originial code and it works without issue. All I need to do is add a location field (Loc_cls) to the selection. It does not work. Does any one see anything...
  4. punky001

    Adding SQL backend to 2007 database

    I inherited a database originally created using Office 97, then migrated to Office 2003 then Office 2007. All has been working well in the database so I now want to put a SQL backend using the Access frontend. I have run into an issue and can’t figure out what the problem is. I get the error...
  5. punky001

    Fill a record with data - Access 2007

    Can someone please give me some suggestions for filling a record with data from a previous record? EX: Field1: 1234 Field2: Test 2 Field3: Test 2 aa Field4: Test 2 bb This would be my first record and any other new records would have fields 1 and 2 automatically filled with data from the first...
  6. punky001

    Access 2007 Autofill questions

    I have used an autofill module that works great in Access 97 and 2003. I cannot get it to work in 2007. Here's the module code: Function AutoFillNewRecord(F As Form) Dim RS As DAO.Recordset, C As Control Dim FillFields As String, FillAllFields As Integer On Error Resume Next '...
  7. punky001

    DMAX on form question

    I have an issue with an old database I inherited. I have updated to Access 2007 front-end and moved the back-end to SQL. The field in question is called “Number” with field type of Int. This field is populated from the form based on the following calc...
  8. punky001

    Help using "DMAX"

    I have an issue with an old database I inherited. I have updated to Access 2007 front-end and moved the back-end to SQL. The field in question is called “Number” with field type of Int. This field is populated from the form based on the following calc...
  9. punky001

    Access dropdown list from SQL table?

    I have a field(nvarchar(50) in a SQL table that I want to use in an Access 2007 linked table as a "dropdown" field. I link the table to the Access database but - because it is linked - I cannot use the Lookup wizard as datatype to define the field. How do I define a dropdown list in Access...
  10. punky001

    SQL to Access 2007 "dropdown" field

    I have a field(nvarchar(50) in a SQL table that I want to use in an Access 2007 linked table as a "dropdown" field. I link the table to the Access database but - because it is linked - I cannot use the Lookup wizard as datatype to define the field. How do I define a dropdown list in Access...
  11. punky001

    Deleting Duplicate Records

    I have a SQL table that has an idential duplicate record and I am unable to delete one of them. I get the following error message: "The row value(s) updated or deleted wither do not make the row unique or they alter multiple rows". Any idea why I can't delete one (or both) of these records?
  12. punky001

    Database size increasing rapidly?

    I have an Access 2007 database that has a front and back end (both Access). In the last couple of weeks, something strange has started happening to the front end. The size is increasing rapidly….from 15672 kb at 7:34 to 31416 at 10:30. The backend seems OK….86276 kb at 7:34 and 87268 at...

Part and Inventory Search

Back
Top