> For the complete documentation index, see [llms.txt](https://johch3n611u.gitbook.io/c50108/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://johch3n611u.gitbook.io/c50108/ju-li-cheng-bei/201901/untitled-2.md).

# 2019/0115/資料庫Access運算值\&CSS簡介&在職班補充

## Access基本

除了資料表，查詢也可以建立查詢

篩選特性:查詢欄位會小於等於元資料表，查詢資料筆數小魚等於元資料筆數

使用者無權限無法看到元資料表內容，只可看到查詢顯示設定過後的內容

新增修改刪除 都很單純

查詢 (最不尋常) 可以設計 運算 顯示不同的資料表內容

[Σ](https://zh.wikipedia.org/zh-tw/%CE%A3) 開啟函式(合計) 群組 筆數 總數 平均數 等等

VB語言 => VBA語言 => aceess繼承        &#x20;

### 比較運算值        &#x20;

\>大於<小於=等於<>不等於

### 邏輯運算值         &#x20;

not 否 and 且 or 或 ...

\>=40000 and ="01" and true and >=#1990/1/1#

if 性別 = true , 顯示 先生

&#x20;​  性別 = false , 顯示 小姐

![](/files/-LVpKz8vVfqOTpIiyBW6)

今天日期:date   他人生日   計算他人年齡&#x20;

年齡 : (date()-\[生日])/365&#x20;

### 算術運算值        &#x20;

貨幣比數字資料型態定義更精準 ， 數字型態資料 可運算 ex 欄位 : 薪資+500

excel 指令 if 不可把欄位名稱命名為 if 所以 \[if] 會判斷為資料而不是指令

文字算術運算 xxx : \[姓名]+"先生"&#x20;

mod 取餘數

## CSS  ( Cascading Style Sheets) 層疊樣式表

### 語意語法

style標籤 =" " &#x20;

< 標籤 = "屬性 : ( 其值 ) " ; >

屬性與屬性用 ; 分隔&#x20;

style="background-color : #色碼 ; font-size : 120 pt ; font-weight:100 ; color:rgb(120,52,87) "

font 都與文字相關 ， 色碼 有十進位與十六進位 表示法     R 256-1 G 256-1 B 256-1  從零開始 256 -1&#x20;

h1 具有元屬性      如+上style 則以 style 屬性為準

如果 style 屬性與 元標籤 無衝突 則依照元標籤 屬性

除了 window 標準字型 則 使用者電腦瀏覽器無法顯示

\<p> 段落與段落之間會有一空白行

外觀 tag 與 功能 tag

\<style="font-size:字大小pt;text-shadow:xpt軸ypt軸?pt透明度#色碼">

可以更多組陰影

\<style="font-size:字大小pt;text-shadow:xpt軸ypt軸?pt透明度#色碼 , xpt軸ypt軸?pt透明度#色碼 , xpt軸ypt軸?pt透明度#色碼 ">

box-shadow

box model 版面配置模型 在這個物件的作用範圍作用

## 相對字型大小RWD

no font-size 基準點 12pt

large&#x20;

larger&#x20;

x-large

em 預設16px 的倍數

### 改變基準點 看父輩繼承 font-size

### rem ? bs 字型大小都用這個 全站佈局/區 基準點是絕對的 body

## 事件驅動模式

document 文件內 javascript 取得id元素 轉為 var btn1&#x20;

事件 監聽器 add Event Listener ('click' , function () {news.style.fontSize="36pt"}) ;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://johch3n611u.gitbook.io/c50108/ju-li-cheng-bei/201901/untitled-2.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
