by ebarcza
4/29/2013 6:27:00 PM
Here is an example of how to remove the bullets from list items in an unordered list. You remove bullets with this css
<ul style="list-style-type: none;">
<li> item 1
<li> item 2
<li> item 3
<li> item 4
</ul>
And this is how it will render:
- item 1
- item 2
- item 3
- item 4
0841a759-37bd-421f-aa8e-1462e5300c73|0|.0
Tags:
by ebarcza
4/29/2013 12:24:00 PM
You should be able to update data in a SQL Server view using Access. If you can't for some reason make sure that all the tables in the view have a primary key.
8d5e57a8-d615-47e1-b83f-d3e2de508a75|0|.0
Tags:
by ebarcza
4/29/2013 8:40:00 AM
One of a couple possible solutions...Give the table a primary key, rebind the linked table or close and re-open the access database and access will then allow you to delete records
dd745f31-19f4-40ed-818d-075c910097a6|0|.0
Tags: