Recent content by sachinvh

  1. S

    inserting records by importing excel spreadsheet on a form with the use of macro

    Where to use the code? I tried to use the code at the place in the on-click option of properties of a button on a form which on clicking asks for excel spreadsheet to be imported.But i doesn't work. So where to use that code. Let's say i've import button on a form which on clicking asks for...
  2. S

    Showing 2 values separated by a '/' for a field on a form

    I asked a question regarding this before. There is a field let's suppose Blood pressure.The values entered are 120/80 like format. I want to extract one value like 120 from this field and 've to do some calculation.So how to extract it? Rob replied me that if I make 2 fields in a table like one...
  3. S

    inserting records by importing excel spreadsheet on a form with the use of macro

    How to achieve this using code? You mentioned about the changes in code.So how to modify the code?
  4. S

    inserting records by importing excel spreadsheet on a form with the use of macro

    I've to insert records by importing from excel spreadsheet on a form.I created a macro for it in design view of form.But in Transfer spredsheet action of that macro i've to give fixed file name.I want to add flexibility such that when a user clicks that macro button on the form he should be able...
  5. S

    query about opening a database with security options

    Thanks Robert Dunstan. Again one query! If a field has 2 values separated by a delimiter such that a Blood pressure field has a value like 120/80 and i've to perform calculation by taking one value from the field like 120 and another value from other different field then how to do this in access?
  6. S

    query about opening a database with security options

    when a user opens a database he should be able to go to forms directly and he can edit info in the form but when he closes a form he should not be able to see the tables and other design of database.so how to do this?
Back
Top Bottom