Search results

  1. O

    Question regarding delete queries.

    Im pretty new to database structure, terms and whatnots. Im developing a database for my organization solely based off of my limited knowledge of coding structures and languages. The question may seem a little novice, and just wanted to preface it with that 8) Delete Queries seem to delete...
  2. O

    Transferspreadsheet Range option in regards to worksheets in excel.

    Stupid question that im sure will be answered pretty darn quickly incoming 8) The range option on the TransferSpreadsheet action allows you to specify a worksheet and cell range to work with. I got that working just fine, but is there any way to specify to pull all data thats not blank instead...
  3. O

    Is there a command that does the opposite of dlookup?

    Looking for something to add data into a single table field real quicklike. Does it exist or do I have to append query for a single field 8) Thanks!
  4. O

    noobie question that ive been struggling with

    Thank you! I had just noticed people using dlookup in examples here and figured it might be of some import.
  5. O

    noobie question that ive been struggling with

    Is there any clear cut way to directly access a cell in a table via code? Ive looked as far as my eye can look to try and find something quick and easy that allows me to cherry pick data out of a table, but ive had no luck. For instance, I have a table named tblSANConnections with a field in...
  6. O

    Refresh Table records

    I think I might have misunderstood the question, heh. The above is a way to get updated records (say records moved via queries mid form operation) to show up in your fields in your form.
  7. O

    Refresh Table records

    Me.Requery can be used to refresh the database in your form. Im sure theres much better ways to do it, but you can have it continuously refreshing by doing the following: (this syntax may not be exact, I dont have access on this pc and this is coming from memory) 1) Type a line that says...
  8. O

    Excel editing functionality in access?

    Naw, im the person creating the database. They used, in the past, a flat excel spreadsheet, and for familiarities sake, im hoping that I can use an excel spreadsheet add-in on a form I design to allow the same editing functions that excel allows, to input numbers of new records with, for...
  9. O

    Excel editing functionality in access?

    This being my first post, id like to thank everyone who contributes here.. ive been watching this site for a while, and its been a simply amazing source of knowledge. Now that the sucking up is over, HELP! 8) Im developing a database that is going to take over tracking point to point...
Back
Top Bottom