Search results

  1. S

    Minimize

    Is there some way to minimize access main window when i pres minimize button on my form? I want to hide access window from end users.
  2. S

    Query with Replication ID

    Hi guys! I have a table Customers with replication ID field (CustomerID). I created a form for entering new records. When i try to run query based on tbl customers with crieria for CustomerID set to Forms!form!CustomerID there is null records in results. What should I do?
  3. S

    Sync tables

    Hi guys! I want to make a database on my company server. There wilii be two tables. "Customers", and "Visit to customers". There are 5 sales menagers in my company and i want them to colect information about customers on the field. My question is: How to sync Customers and Visit tables from...
  4. S

    Text to date

    Hi guys!! I have a large table that i imported from excell and there is a date field in dd.mm.yy. format (12.06.11. for june 6th 2011) I need a query that will convert that text field called "date" to date field. At first i wanted to enter date manualy, but there is more than 6000 dates...
  5. S

    Googlemaps form

    Hi Guys! I created a form based on query that shows customer information. Now, i want to create embeded googlemaps object which will show directions from place A to place B where place A is place of my company and place B is City text box from my form. Basically, i want form to show me a...
  6. S

    Moving attachment field to another table

    Is there a way to move multivalued field (attached photos) to another table? I tried to use append query.. not worked for me..
  7. S

    Deleting specific record

    Hi guys! I have a table that contains, for example, 3 rows and 3 columns.. i need a code that will delete second row.. Any ideas? Thanx!
  8. S

    Copy Rows to excel

    Hello! I m trying to create a code that copies selected row (record) to excel. I need a button that creates simple Copy function. After that i want to click paste in excel.. i know it is silly but that is what my boss wants.. :) maybe there is a way to copy row (record) into specific excel...
  9. S

    Filling a table from combobox

    Hi! I am novice access user so this may be a ridiculous question.. :) I want to populate a table column from combobox.. Is it possible when there is no relation between source (combobox) table and destination table? for example, there is Machine ID column in table1 and Machine ID column in...
Back
Top Bottom